diff options
author | Michael Ellerman <michael@ellerman.id.au> | 2006-07-13 17:52:17 +1000 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2006-07-13 18:42:52 +1000 |
commit | 06a36db1d712242a00cb30aaebdd088b4be28082 (patch) | |
tree | d768a710172634e939b4592f68a791e295800a26 /arch/powerpc/kernel/setup_64.c | |
parent | a2ced11b6af59854cc2a2791dccd8b6c0da2f733 (diff) | |
download | blackbird-op-linux-06a36db1d712242a00cb30aaebdd088b4be28082.tar.gz blackbird-op-linux-06a36db1d712242a00cb30aaebdd088b4be28082.zip |
[POWERPC] iseries: Move ItLpNaca into platforms/iseries
Move ItLpNaca into platforms/iseries now that it's not used elsewhere.
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to 'arch/powerpc/kernel/setup_64.c')
-rw-r--r-- | arch/powerpc/kernel/setup_64.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/setup_64.c b/arch/powerpc/kernel/setup_64.c index fd1785e4c9bb..e2447aef3a8f 100644 --- a/arch/powerpc/kernel/setup_64.c +++ b/arch/powerpc/kernel/setup_64.c @@ -56,7 +56,6 @@ #include <asm/page.h> #include <asm/mmu.h> #include <asm/lmb.h> -#include <asm/iseries/it_lp_naca.h> #include <asm/firmware.h> #include <asm/xmon.h> #include <asm/udbg.h> |