diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-09-04 11:53:58 +0200 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-09-08 03:35:04 +0200 |
commit | fa43972fab24a3c050e880a7831f9378c6cebc0b (patch) | |
tree | 35d51e6a0ac6556f82d843506e8317854dc3192c /arch/sh/include/asm/setup.h | |
parent | sh: Display CPU information in show_regs(). (diff) | |
download | linux-fa43972fab24a3c050e880a7831f9378c6cebc0b.tar.xz linux-fa43972fab24a3c050e880a7831f9378c6cebc0b.zip |
sh: fixup many sparse errors.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/asm/setup.h')
-rw-r--r-- | arch/sh/include/asm/setup.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/include/asm/setup.h b/arch/sh/include/asm/setup.h index 55a2bd328d99..554f865075ca 100644 --- a/arch/sh/include/asm/setup.h +++ b/arch/sh/include/asm/setup.h @@ -1,6 +1,8 @@ #ifndef _SH_SETUP_H #define _SH_SETUP_H +#include <asm/mmzone.h> + #define COMMAND_LINE_SIZE 256 #ifdef __KERNEL__ |