]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
early_printk-consolidate-random-copies-of-identical-code-v3-fix
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 20 Mar 2013 04:07:34 +0000 (15:07 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 21 Mar 2013 05:33:57 +0000 (16:33 +1100)
arch/mips/kernel/early_printk.c needs kernel.h for va_list

Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/mips/kernel/early_printk.c

index 21150cd4c936a84e2be0ce8a7009aa4f7635de6b..505cb77d12805c7d80610abea5c0919320d5ed61 100644 (file)
@@ -7,6 +7,7 @@
  * Copyright (C) 2007 MIPS Technologies, Inc.
  *   written by Ralf Baechle (ralf@linux-mips.org)
  */
+#include <linux/kernel.h>
 #include <linux/console.h>
 #include <linux/printk.h>
 #include <linux/init.h>