diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-09-17 10:24:59 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-09-17 10:24:59 -0400 |
commit | b406efefd5246a67c691fd79871e65ce8f3f91ff (patch) | |
tree | 39043f029f1c58003b4c2d8b29e107ead16d8954 /arch/sh/include | |
parent | 81b669952ed5fe0d6f65f8b9a97d1fdeac93ff10 (diff) |
sh: Fix up headers_check regression.
linux/mmzone.h isn't exported, kill it off from asm/setup.h and simply
deal with it in the places that have a dependency instead.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include')
-rw-r--r-- | arch/sh/include/asm/setup.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sh/include/asm/setup.h b/arch/sh/include/asm/setup.h index 1b7856f5924c..d450bcf59ee2 100644 --- a/arch/sh/include/asm/setup.h +++ b/arch/sh/include/asm/setup.h | |||
@@ -1,12 +1,9 @@ | |||
1 | #ifndef _SH_SETUP_H | 1 | #ifndef _SH_SETUP_H |
2 | #define _SH_SETUP_H | 2 | #define _SH_SETUP_H |
3 | 3 | ||
4 | #include <linux/mmzone.h> | ||
5 | |||
6 | #define COMMAND_LINE_SIZE 256 | 4 | #define COMMAND_LINE_SIZE 256 |
7 | 5 | ||
8 | #ifdef __KERNEL__ | 6 | #ifdef __KERNEL__ |
9 | |||
10 | /* | 7 | /* |
11 | * This is set up by the setup-routine at boot-time | 8 | * This is set up by the setup-routine at boot-time |
12 | */ | 9 | */ |