diff options
Diffstat (limited to 'arch/avr32/include/asm/setup.h')
-rw-r--r-- | arch/avr32/include/asm/setup.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/avr32/include/asm/setup.h b/arch/avr32/include/asm/setup.h index 160543dbec7e..73490ae0c476 100644 --- a/arch/avr32/include/asm/setup.h +++ b/arch/avr32/include/asm/setup.h | |||
@@ -11,9 +11,8 @@ | |||
11 | #ifndef __ASM_AVR32_SETUP_H__ | 11 | #ifndef __ASM_AVR32_SETUP_H__ |
12 | #define __ASM_AVR32_SETUP_H__ | 12 | #define __ASM_AVR32_SETUP_H__ |
13 | 13 | ||
14 | #define COMMAND_LINE_SIZE 256 | 14 | #include <uapi/asm/setup.h> |
15 | 15 | ||
16 | #ifdef __KERNEL__ | ||
17 | 16 | ||
18 | /* Magic number indicating that a tag table is present */ | 17 | /* Magic number indicating that a tag table is present */ |
19 | #define ATAG_MAGIC 0xa2a25441 | 18 | #define ATAG_MAGIC 0xa2a25441 |
@@ -142,6 +141,4 @@ void setup_processor(void); | |||
142 | 141 | ||
143 | #endif /* !__ASSEMBLY__ */ | 142 | #endif /* !__ASSEMBLY__ */ |
144 | 143 | ||
145 | #endif /* __KERNEL__ */ | ||
146 | |||
147 | #endif /* __ASM_AVR32_SETUP_H__ */ | 144 | #endif /* __ASM_AVR32_SETUP_H__ */ |