[POWERPC] Remove ibm4{xx,4x}.h from arch/powerpc
authorDavid Gibson <david@gibson.dropbear.id.au>
Tue, 6 Feb 2007 01:48:31 +0000 (12:48 +1100)
committerPaul Mackerras <paulus@samba.org>
Tue, 13 Feb 2007 03:59:52 +0000 (14:59 +1100)
ARCH=powerpc should not use the ghastly un-multiplatformable tangle of
includes that starts with asm-ppc/ibm4xx.h.  This patch removes a
compile-breaking include of it from head_44x.S.

Signed-off-by: David Gibson <dwg@au1.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/head_44x.S

index accb39d49911bee35bbaa7ed5277017661e0a0bf..a15d4b8cce48783e0c54f12bf9b112460532408f 100644 (file)
@@ -32,8 +32,6 @@
 #include <asm/page.h>
 #include <asm/mmu.h>
 #include <asm/pgtable.h>
-#include <asm/ibm4xx.h>
-#include <asm/ibm44x.h>
 #include <asm/cputable.h>
 #include <asm/thread_info.h>
 #include <asm/ppc_asm.h>