Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Geert Uytterhoeven and committed by
John Paul Adrian Glaubitz
c98ca8a3 10c88ca5

+2
+2
arch/sh/boards/of-generic.c
··· 10 10 #include <linux/of_fdt.h> 11 11 #include <linux/clocksource.h> 12 12 #include <linux/irqchip.h> 13 + 14 + #include <asm/clock.h> 13 15 #include <asm/machvec.h> 14 16 #include <asm/rtc.h> 15 17