commit | 58a8d7b1e08c20db1ca48f835ded526f6eddf86f | [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 | 300ae1b82e84c13e55305ffe3e73aaa280d4b10b [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>