diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2024-03-04 20:10:45 +0100 |
---|---|---|
committer | John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> | 2024-05-02 12:01:31 +0200 |
commit | 7dff7c1ac5614930e8349b9c8a2317db2d04cebf (patch) | |
tree | 221ef38b3a21274d94843511a4cbf174766b6010 | |
parent | fdb2dd78ba48415a940ddc9603f8e47dafc9b1a0 (diff) | |
download | linux-7dff7c1ac5614930e8349b9c8a2317db2d04cebf.tar.gz linux-7dff7c1ac5614930e8349b9c8a2317db2d04cebf.tar.bz2 linux-7dff7c1ac5614930e8349b9c8a2317db2d04cebf.zip |
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>
-rw-r--r-- | arch/sh/boards/mach-highlander/pinmux-r7785rp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/boards/mach-highlander/pinmux-r7785rp.c b/arch/sh/boards/mach-highlander/pinmux-r7785rp.c index 703179faf652..689bd8732d9e 100644 --- a/arch/sh/boards/mach-highlander/pinmux-r7785rp.c +++ b/arch/sh/boards/mach-highlander/pinmux-r7785rp.c @@ -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) { |