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

sh: mach-highlander: Add missing #include <mach/highlander.h>

arch/sh/boards/mach-highlander/pinmux-r7785rp.c:9:13: warning: no previous prototype for ‘highlander_plat_pinmux_setup’ [-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/bbbc833d2c5b565122baaf9277ddf4a2f2cadead.1709579038.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
7dff7c1a fdb2dd78

+1
+1
arch/sh/boards/mach-highlander/pinmux-r7785rp.c
··· 5 5 #include <linux/init.h> 6 6 #include <linux/gpio.h> 7 7 #include <cpu/sh7785.h> 8 + #include <mach/highlander.h> 8 9 9 10 void __init highlander_plat_pinmux_setup(void) 10 11 {