summaryrefslogtreecommitdiff
path: root/board/freescale/imx8mm_evk/spl.c
diff options
context:
space:
mode:
authorAlifer Moraes <alifer.wsdm@gmail.com>2020-01-14 21:54:59 +0300
committerStefano Babic <sbabic@denx.de>2020-01-20 17:38:16 +0300
commitc27483fcb0b525df45f33160300dda1149a6c69a (patch)
treea5a0a5624f6b31b5bbe8da96a86e70664999910a /board/freescale/imx8mm_evk/spl.c
parent7132d38cbe45015ac5a4b099b2b1f4b656a5d854 (diff)
downloadu-boot-c27483fcb0b525df45f33160300dda1149a6c69a.tar.xz
imx8m: clock_imx8mm: Staticize functions
Functions fracpll_configure(), decode_intpll(), decode_fracpll(), get_root_src_clk() and get_root_clk() are used only in the scope of this file, so make them static to fix the following sparse warnings: arch/arm/mach-imx/imx8m/clock_imx8mm.c:50:5: warning: no previous prototype for ‘fracpll_configure’ [-Wmissing-prototypes] arch/arm/mach-imx/imx8m/clock_imx8mm.c:271:5: warning: no previous prototype for ‘decode_intpll’ [-Wmissing-prototypes] arch/arm/mach-imx/imx8m/clock_imx8mm.c:418:5: warning: no previous prototype for ‘decode_fracpll’ [-Wmissing-prototypes] arch/arm/mach-imx/imx8m/clock_imx8mm.c:483:5: warning: no previous prototype for ‘get_root_src_clk’ [-Wmissing-prototypes] arch/arm/mach-imx/imx8m/clock_imx8mm.c:527:5: warning: no previous prototype for ‘get_root_clk’ [-Wmissing-prototypes] Signed-off-by: Alifer Moraes <alifer.wsdm@gmail.com>
Diffstat (limited to 'board/freescale/imx8mm_evk/spl.c')
0 files changed, 0 insertions, 0 deletions