Skip to content
Snippets Groups Projects
Commit fb3c4d92 authored by Pedro Jardim's avatar Pedro Jardim Committed by Lukasz Majewski
Browse files

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: default avatarPedro Jardim <jardim.c.pedro@gmail.com>
parent 041b06a7
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment