diff options
author | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2007-08-20 14:29:36 +0200 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2007-08-20 14:29:36 +0200 |
commit | 1daa194a87b3ea77760b4b5361eb47900dfc00a9 (patch) | |
tree | cbef2c9552b64801b1155aef8db2bd93aec19533 /arch/powerpc/kernel/head_40x.S | |
parent | [POWERPC] 40x decrementer fixes (diff) | |
download | linux-1daa194a87b3ea77760b4b5361eb47900dfc00a9.tar.xz linux-1daa194a87b3ea77760b4b5361eb47900dfc00a9.zip |
[POWERPC] Fix 40x build
Remove inclusion of __res on 40x. We don't need it in arch/powerpc
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'arch/powerpc/kernel/head_40x.S')
-rw-r--r-- | arch/powerpc/kernel/head_40x.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/head_40x.S b/arch/powerpc/kernel/head_40x.S index fe8afb60290e..a8e045773a92 100644 --- a/arch/powerpc/kernel/head_40x.S +++ b/arch/powerpc/kernel/head_40x.S @@ -35,7 +35,6 @@ #include <asm/page.h> #include <asm/mmu.h> #include <asm/pgtable.h> -#include <asm/ibm4xx.h> #include <asm/cputable.h> #include <asm/thread_info.h> #include <asm/ppc_asm.h> |