commit | 38e96b2050688dd66a01ba35773faf0c839ba914 | [log] [tgz] |
---|---|---|
author | Pedro Jardim <jardim.c.pedro@gmail.com> | Thu Jan 23 10:21:53 2020 -0300 |
committer | Lukasz Majewski <lukma@denx.de> | Sun Jan 26 21:57:09 2020 +0100 |
tree | e77d2d49298092040c999ad22f04ba29b7000130 | |
parent | 58a8d7b1e08c20db1ca48f835ded526f6eddf86f [diff] |
clock_imx8mq: Make frac_pll_init() static Since frac_pll_init() is only used in this file, change it to 'static'. This fixes the following sparse warning: arch/arm/mach-imx/imx8m/clock_imx8mq.c:662:5: warning: no previous prototype for ‘frac_pll_init’ [-Wmissing-prototypes] Signed-off-by: Pedro Jardim <jardim.c.pedro@gmail.com>