uml: get declaration of simple_strtoul

Include linux/kernel.h wherever simple_strtoul is used.  This kills a
compile warning in stderr_console.c and potential ones in the other files.

This also fixes a bunch of style violations in exitcode.c.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Jeff Dike
2007-06-08 13:46:54 -07:00
committed by Linus Torvalds
parent 49277b1c68
commit e16f5350d4
4 changed files with 20 additions and 22 deletions

View File

@@ -1,3 +1,4 @@
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/console.h>