Commit 5f15d378 authored by Adrian Bunk's avatar Adrian Bunk Committed by Ralf Baechle

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

Our userspace headers shouldn't contain prototypes of in-kernel
functions.
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent f113c5ed
......@@ -3,6 +3,8 @@
#define COMMAND_LINE_SIZE 256
#ifdef __KERNEL__
extern void setup_early_printk(void);
#endif /* __KERNEL__ */
#endif /* __SETUP_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment