commit | 852cd55ea7aef90d9408d7b3b746f3c52e3a1e42 | [log] [tgz] |
---|---|---|
author | Pedro Jardim <jardim.c.pedro@gmail.com> | Thu Jan 23 10:21:05 2020 -0300 |
committer | Lukasz Majewski <lukma@denx.de> | Sun Jan 26 21:57:08 2020 +0100 |
tree | cb5ed415cac0079868f336c2989655d8d783a1e6 | |
parent | 953d02f0016c7c8781d697c21013a967a200bfbf [diff] |
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>