Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3,6 +3,8 @@

#define COMMAND_LINE_SIZE	256

#ifdef  __KERNEL__
extern void setup_early_printk(void);
#endif /* __KERNEL__ */

#endif /* __SETUP_H */