mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-19 16:14:13 +08:00
[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:
parent
f113c5eda2
commit
5f15d37876
@ -3,6 +3,8 @@
|
||||
|
||||
#define COMMAND_LINE_SIZE 256
|
||||
|
||||
#ifdef __KERNEL__
|
||||
extern void setup_early_printk(void);
|
||||
#endif /* __KERNEL__ */
|
||||
|
||||
#endif /* __SETUP_H */
|
||||
|
Loading…
Reference in New Issue
Block a user