X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-mips%2Fsetup.h;h=e600cedda9762dac44ea7975f8bdab18d4ad2ba0;hb=9bd6ceb666e76b9a3caefa158827a571ead55b6a;hp=70009a902639170fcf929938228e320635803f74;hpb=0a01707b289853f56d1c000057b27e243c039722;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-mips/setup.h b/include/asm-mips/setup.h index 70009a90263..e600cedda97 100644 --- a/include/asm-mips/setup.h +++ b/include/asm-mips/setup.h @@ -3,4 +3,8 @@ #define COMMAND_LINE_SIZE 256 +#ifdef __KERNEL__ +extern void setup_early_printk(void); +#endif /* __KERNEL__ */ + #endif /* __SETUP_H */