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)
commit852cd55ea7aef90d9408d7b3b746f3c52e3a1e42
treecb5ed415cac0079868f336c2989655d8d783a1e6
parent953d02f0016c7c8781d697c21013a967a200bfbf
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