]> git.baikalelectronics.ru Git - uboot.git/commit
clock_imx8mq: Remove the function sscg_pll_init()
authorPedro Jardim <jardim.c.pedro@gmail.com>
Thu, 23 Jan 2020 13:21:05 +0000 (10:21 -0300)
committerLukasz Majewski <lukma@denx.de>
Sun, 26 Jan 2020 20:57:08 +0000 (21:57 +0100)
commit5e9abd52cc998dfc8d29cb6d4c374c680fad7258
treecb5ed415cac0079868f336c2989655d8d783a1e6
parent50311992021af1132855ae86003aa870ede15e28
clock_imx8mq: Remove the function sscg_pll_init()

Function sscg_pll_init() is not used anywhere, so it can simply be deleted.
This was found because of the following sparse
warning:

arch/arm/mach-imx/imx8m/clock_imx8mq.c:702:5: warning: no previous prototype for ‘sscg_pll_init’ [-Wmissing-prototypes]
 int sscg_pll_init(u32 pll)
     ^~~~~~~~~~~~~

Signed-off-by: Pedro Jardim <jardim.c.pedro@gmail.com>
arch/arm/mach-imx/imx8m/clock_imx8mq.c