aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-mips/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-mips/setup.h')
-rw-r--r--include/asm-mips/setup.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-mips/setup.h b/include/asm-mips/setup.h
index 70009a902639..e600cedda976 100644
--- a/include/asm-mips/setup.h
+++ b/include/asm-mips/setup.h
@@ -3,4 +3,8 @@
3 3
4#define COMMAND_LINE_SIZE 256 4#define COMMAND_LINE_SIZE 256
5 5
6#ifdef __KERNEL__
7extern void setup_early_printk(void);
8#endif /* __KERNEL__ */
9
6#endif /* __SETUP_H */ 10#endif /* __SETUP_H */