]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/um/drivers/stderr_console.c
Merge branch 'warnings-upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarz...
[linux-2.6-omap-h63xx.git] / arch / um / drivers / stderr_console.c
index 911539293871d271ed306c36fd1b113f6acc9203..d07a97f8b9945343791d4fb32c9ad0bf5c7d9df2 100644 (file)
@@ -1,3 +1,4 @@
+#include <linux/kernel.h>
 #include <linux/init.h>
 #include <linux/console.h>
 
@@ -7,7 +8,7 @@
 /* trivial console driver -- simply dump everything to stderr                    */
 
 /*
- * Don't register by default -- as this registeres very early in the
+ * Don't register by default -- as this registers very early in the
  * boot process it becomes the default console.
  *
  * Initialized at init time.