diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2007-02-06 12:48:31 +1100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-02-13 14:59:52 +1100 |
commit | 1f1fec94589ed0b14c749eb9494bb690dbdf8d5a (patch) | |
tree | ab792dc7ab93566fd6cf1e343b01d1525c7ec93d /arch/powerpc | |
parent | fe6af6faec078ec8137631f24cb541f9918244f0 (diff) |
[POWERPC] Remove ibm4{xx,4x}.h from arch/powerpc
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>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/kernel/head_44x.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/head_44x.S b/arch/powerpc/kernel/head_44x.S index accb39d4991..a15d4b8cce4 100644 --- a/arch/powerpc/kernel/head_44x.S +++ b/arch/powerpc/kernel/head_44x.S @@ -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> |