init/do_mounts.c: proper prepare_namespace() prototype
Add a proper protype for prepare_namespace() in include/linux/init.h. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
b2ead6e012
commit
46595390e9
@ -77,7 +77,8 @@ extern char *saved_command_line;
|
||||
extern unsigned int reset_devices;
|
||||
|
||||
/* used by init/main.c */
|
||||
extern void setup_arch(char **);
|
||||
void setup_arch(char **);
|
||||
void prepare_namespace(void);
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user