u-boot-brain/arch
Pedro Jardim 953d02f001 clock_imx8mq: Make do_imx8m_showclocks() static
Since do_imx8m_showclocks() is only used inside this file, make it 'static'.

This fixes the following sparse warning:

arch/arm/mach-imx/imx8m/clock_imx8mq.c:836:5: warning: no previous prototype
 for ‘do_imx8m_showclocks’ [-Wmissing-prototypes]
 int do_imx8m_showclocks(cmd_tbl_t *cmdtp, int flag, int argc,
     ^~~~~~~~~~~~~~~~~~~

Signed-off-by: Pedro Jardim <jardim.c.pedro@gmail.com>
2020-01-26 21:57:08 +01:00
..
arc common: Move reset_cpu() to the CPU header 2020-01-17 14:02:31 -05:00
arm clock_imx8mq: Make do_imx8m_showclocks() static 2020-01-26 21:57:08 +01:00
m68k common: Move clock functions into a new file 2020-01-17 13:27:29 -05:00
microblaze common: Move hang() to the same header as panic() 2020-01-17 17:53:40 -05:00
mips common: Move hang() to the same header as panic() 2020-01-17 17:53:40 -05:00
nds32 asm: dma-mapping.h: Fix dma mapping functions 2020-01-25 12:04:36 -05:00
nios2 common: Move hang() to the same header as panic() 2020-01-17 17:53:40 -05:00
powerpc common: Move hang() to the same header as panic() 2020-01-17 17:53:40 -05:00
riscv asm: dma-mapping.h: Fix dma mapping functions 2020-01-25 12:04:36 -05:00
sandbox common: Move hang() to the same header as panic() 2020-01-17 17:53:40 -05:00
sh common: Move reset_cpu() to the CPU header 2020-01-17 14:02:31 -05:00
x86 asm: dma-mapping.h: Fix dma mapping functions 2020-01-25 12:04:36 -05:00
xtensa common: Move relocate_code() to init.h 2020-01-17 13:26:49 -05:00
.gitignore
Kconfig x86: Enable pinctrl in SPL and TPL 2019-12-15 11:44:24 +08:00