]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
With this patch applied, make allyesconfig succeeds on ppc64.
authorCong Wang <amwang@redhat.com>
Sat, 16 Jul 2011 13:31:11 +0000 (23:31 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 26 Jul 2011 05:05:19 +0000 (15:05 +1000)
Signed-off-by: WANG Cong <amwang@redhat.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/powerpc/kernel/rtas.c
arch/powerpc/kernel/rtas_flash.c

index 271ff6318eda483cb7ee2f77fce128fb86fe5a8e..0e0ea941156f645dc3b965c5bcf11cc2842d773a 100644 (file)
@@ -24,6 +24,7 @@
 #include <linux/cpumask.h>
 #include <linux/memblock.h>
 #include <linux/slab.h>
+#include <linux/reboot.h>
 
 #include <asm/prom.h>
 #include <asm/rtas.h>
index bf5f5ce3a7bdd775b5b66ffc399426a2444aea71..e037c7494fd83de3a9a6041b725f5e3f41c67297 100644 (file)
@@ -17,6 +17,7 @@
 #include <linux/init.h>
 #include <linux/slab.h>
 #include <linux/proc_fs.h>
+#include <linux/reboot.h>
 #include <asm/delay.h>
 #include <asm/uaccess.h>
 #include <asm/rtas.h>