Skip to content

Commit 0ef06d6

Browse files
geertuglaubitz
authored andcommitted
sh: sh7757: Add missing #include <asm/mmzone.h>
arch/sh/kernel/cpu/sh4a/setup-sh7757.c:1240:13: warning: no previous prototype for ‘plat_mem_setup’ [-Wmissing-prototypes] Signed-off-by: Geert Uytterhoeven <[email protected]> Reviewed-by: John Paul Adrian Glaubitz <[email protected]> Link: https://lore.kernel.org/r/c9c26472151d16a2ca91f14bccd64af07a6abdd8.1709579038.git.geert+renesas@glider.be Signed-off-by: John Paul Adrian Glaubitz <[email protected]>
1 parent 3da8ee8 commit 0ef06d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

arch/sh/kernel/cpu/sh4a/setup-sh7757.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,11 @@
1717
#include <linux/sh_dma.h>
1818
#include <linux/sh_intc.h>
1919
#include <linux/usb/ohci_pdriver.h>
20+
2021
#include <cpu/dma-register.h>
2122
#include <cpu/sh7757.h>
23+
24+
#include <asm/mmzone.h>
2225
#include <asm/platform_early.h>
2326

2427
static struct plat_sci_port scif2_platform_data = {

0 commit comments

Comments
 (0)