mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
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>
This commit is contained in:
committed by
John Paul Adrian Glaubitz
parent
fdb2dd78ba
commit
7dff7c1ac5
@@ -5,6 +5,7 @@
|
||||
#include <linux/init.h>
|
||||
#include <linux/gpio.h>
|
||||
#include <cpu/sh7785.h>
|
||||
#include <mach/highlander.h>
|
||||
|
||||
void __init highlander_plat_pinmux_setup(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user