diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-06-06 19:05:11 +0900 |
---|---|---|
committer | Paul Mundt <lethal@hera.kernel.org> | 2007-06-08 02:43:50 +0000 |
commit | 5bbeafca8d5c64b6d9c6653993492d763be0918f (patch) | |
tree | fcc48fa214d01b5ce2138ea2859addc5ea45beee /arch/sh | |
parent | 1300b1b1776475cd94685f5f61b83f84801e08e9 (diff) | |
download | linux-3.10-5bbeafca8d5c64b6d9c6653993492d763be0918f.tar.gz linux-3.10-5bbeafca8d5c64b6d9c6653993492d763be0918f.tar.bz2 linux-3.10-5bbeafca8d5c64b6d9c6653993492d763be0918f.zip |
sh: Fix the SH7722 flatmem build.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/kernel/cpu/sh4a/setup-sh7722.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7722.c b/arch/sh/kernel/cpu/sh4a/setup-sh7722.c index 82dba7ff24b..fa07fab4797 100644 --- a/arch/sh/kernel/cpu/sh4a/setup-sh7722.c +++ b/arch/sh/kernel/cpu/sh4a/setup-sh7722.c @@ -11,6 +11,7 @@ #include <linux/init.h> #include <linux/serial.h> #include <linux/mm.h> +#include <asm/mmzone.h> #include <asm/sci.h> static struct plat_sci_port sci_platform_data[] = { |