]> err.no Git - linux-2.6/blobdiff - include/asm-mips/setup.h
kexec jump: remove duplication of kexec_restart_prepare()
[linux-2.6] / include / asm-mips / setup.h
index 737fa4a6912e4c94316fb8f363dba738b77d77c8..e600cedda9762dac44ea7975f8bdab18d4ad2ba0 100644 (file)
@@ -1,8 +1,10 @@
-#ifdef __KERNEL__
 #ifndef _MIPS_SETUP_H
 #define _MIPS_SETUP_H
 
 #define COMMAND_LINE_SIZE      256
 
-#endif /* __SETUP_H */
+#ifdef  __KERNEL__
+extern void setup_early_printk(void);
 #endif /* __KERNEL__ */
+
+#endif /* __SETUP_H */