[MIPS] don't leak setup_early_printk() in userspace header

Our userspace headers shouldn't contain prototypes of in-kernel
functions.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Adrian Bunk 2008-07-16 19:26:15 +03:00 committed by Ralf Baechle
parent f113c5eda2
commit 5f15d37876

View File

@ -3,6 +3,8 @@
#define COMMAND_LINE_SIZE 256
#ifdef __KERNEL__
extern void setup_early_printk(void);
#endif /* __KERNEL__ */
#endif /* __SETUP_H */