Skip to content

Commit c98ca8a

Browse files
geertuglaubitz
authored andcommitted
sh: of-generic: Add missing #include <asm/clock.h>
arch/sh/boards/of-generic.c:146:20: warning: no previous prototype for 'arch_init_clk_ops' [-Wmissing-prototypes] Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Link: https://lore.kernel.org/r/942621553ed82e3331e2e91485b643892d2d08bc.1715606232.git.geert+renesas@glider.be Signed-off-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
1 parent 10c88ca commit c98ca8a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/sh/boards/of-generic.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
#include <linux/of_fdt.h>
1111
#include <linux/clocksource.h>
1212
#include <linux/irqchip.h>
13+
14+
#include <asm/clock.h>
1315
#include <asm/machvec.h>
1416
#include <asm/rtc.h>
1517

0 commit comments

Comments
 (0)