commit | 300ae1b82e84c13e55305ffe3e73aaa280d4b10b | [log] [tgz] |
---|---|---|
author | Pedro Jardim <jardim.c.pedro@gmail.com> | Thu Jan 23 10:20:51 2020 -0300 |
committer | Lukasz Majewski <lukma@denx.de> | Sun Jan 26 21:57:08 2020 +0100 |
tree | b8ac8558df49cf29ce5578608450c39e85a43650 | |
parent | be84f6847336b0025c19f01ce72cb4d85303c5c1 [diff] |
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>