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