瀏覽代碼

powerpc: Fix fallout from system.h split up

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Stephen Rothwell 13 年之前
父節點
當前提交
cad3c8346b
共有 2 個文件被更改,包括 3 次插入0 次删除
  1. 2 0
      arch/powerpc/kernel/fadump.c
  2. 1 0
      arch/powerpc/kernel/kgdb.c

+ 2 - 0
arch/powerpc/kernel/fadump.c

@@ -40,6 +40,8 @@
 #include <asm/prom.h>
 #include <asm/prom.h>
 #include <asm/rtas.h>
 #include <asm/rtas.h>
 #include <asm/fadump.h>
 #include <asm/fadump.h>
+#include <asm/debug.h>
+#include <asm/setup.h>
 
 
 static struct fw_dump fw_dump;
 static struct fw_dump fw_dump;
 static struct fadump_mem_struct fdm;
 static struct fadump_mem_struct fdm;

+ 1 - 0
arch/powerpc/kernel/kgdb.c

@@ -24,6 +24,7 @@
 #include <asm/current.h>
 #include <asm/current.h>
 #include <asm/processor.h>
 #include <asm/processor.h>
 #include <asm/machdep.h>
 #include <asm/machdep.h>
+#include <asm/debug.h>
 
 
 /*
 /*
  * This table contains the mapping between PowerPC hardware trap types, and
  * This table contains the mapping between PowerPC hardware trap types, and