diff options
Diffstat (limited to 'arch/mips/include/asm/setup.h')
| -rw-r--r-- | arch/mips/include/asm/setup.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/mips/include/asm/setup.h b/arch/mips/include/asm/setup.h index 2560b6b6a7d8..e26589ef36ee 100644 --- a/arch/mips/include/asm/setup.h +++ b/arch/mips/include/asm/setup.h | |||
| @@ -1,9 +1,8 @@ | |||
| 1 | #ifndef _MIPS_SETUP_H | 1 | #ifndef _MIPS_SETUP_H |
| 2 | #define _MIPS_SETUP_H | 2 | #define _MIPS_SETUP_H |
| 3 | 3 | ||
| 4 | #define COMMAND_LINE_SIZE 4096 | 4 | #include <uapi/asm/setup.h> |
| 5 | 5 | ||
| 6 | #ifdef __KERNEL__ | ||
| 7 | extern void setup_early_printk(void); | 6 | extern void setup_early_printk(void); |
| 8 | 7 | ||
| 9 | extern void set_handler(unsigned long offset, void *addr, unsigned long len); | 8 | extern void set_handler(unsigned long offset, void *addr, unsigned long len); |
| @@ -17,6 +16,4 @@ extern unsigned long ebase; | |||
| 17 | extern void per_cpu_trap_init(bool); | 16 | extern void per_cpu_trap_init(bool); |
| 18 | extern void cpu_cache_init(void); | 17 | extern void cpu_cache_init(void); |
| 19 | 18 | ||
| 20 | #endif /* __KERNEL__ */ | ||
| 21 | |||
| 22 | #endif /* __SETUP_H */ | 19 | #endif /* __SETUP_H */ |
