]> git.baikalelectronics.ru Git - uboot.git/commit
clock_imx8mq: Delete not used init_usb_clk()
authorPedro Jardim <jardim.c.pedro@gmail.com>
Thu, 23 Jan 2020 13:20:14 +0000 (10:20 -0300)
committerLukasz Majewski <lukma@denx.de>
Sun, 26 Jan 2020 20:57:08 +0000 (21:57 +0100)
commit5874c491b22d11c6f2e4e27c36d23f513a6389ed
treea81e0d748fd718a811cc82aa0e8781d9d752812f
parent13ee17e82709338e4cfddddbb1719ab5968bf9bd
clock_imx8mq: Delete not used init_usb_clk()

Function init_usb_clk() is not used anywhere, so it can simply be deleted.
This was detected by the following sparse warning:

arch/arm/mach-imx/imx8m/clock_imx8mq.c:377:6: warning: no previous prototype
 for ‘init_usb_clk’ [-Wmissing-prototypes]
 void init_usb_clk(void)
      ^~~~~~~~~~~~

Signed-off-by: Pedro Jardim <jardim.c.pedro@gmail.com>
arch/arm/mach-imx/imx8m/clock_imx8mq.c