diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2005-10-31 23:30:26 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-11-02 00:05:53 -0500 |
commit | f11b7bd88f8b41f0986498ffa11ffff1c3e513ca (patch) | |
tree | fbf92752f905946df5bedeffa37a0614bbf2aa86 /arch/powerpc/platforms/iseries/lpardata.c | |
parent | 9933f299d0e9e7b12ed4260669653d04d5e752c7 (diff) |
[PATCH] powerpc: Move naca.h to platforms/iseries
These days, the NACA only exists on iSeries. Therefore, this patch
moves naca.h from include/asm-ppc64 to arch/powerpc/platforms/iseries.
There was one file including naca.h outside of platforms/iseries -
arch/ppc64/kernel/udbg_scc.c. However, that's obviously a hangover
from older days. The include is not necessary, so this patch simply
removes it.
Built and booted on iSeries, built for G5 (which uses udbg_scc.o).
Signed-off-by: David Gibson <dwg@au1.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/iseries/lpardata.c')
-rw-r--r-- | arch/powerpc/platforms/iseries/lpardata.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/iseries/lpardata.c b/arch/powerpc/platforms/iseries/lpardata.c index ed2ffee6f731..e856947bd16d 100644 --- a/arch/powerpc/platforms/iseries/lpardata.c +++ b/arch/powerpc/platforms/iseries/lpardata.c | |||
@@ -13,7 +13,6 @@ | |||
13 | #include <linux/bitops.h> | 13 | #include <linux/bitops.h> |
14 | #include <asm/processor.h> | 14 | #include <asm/processor.h> |
15 | #include <asm/ptrace.h> | 15 | #include <asm/ptrace.h> |
16 | #include <asm/naca.h> | ||
17 | #include <asm/abs_addr.h> | 16 | #include <asm/abs_addr.h> |
18 | #include <asm/iSeries/ItLpNaca.h> | 17 | #include <asm/iSeries/ItLpNaca.h> |
19 | #include <asm/lppaca.h> | 18 | #include <asm/lppaca.h> |
@@ -23,6 +22,7 @@ | |||
23 | #include <asm/iSeries/ItExtVpdPanel.h> | 22 | #include <asm/iSeries/ItExtVpdPanel.h> |
24 | #include <asm/iSeries/ItLpQueue.h> | 23 | #include <asm/iSeries/ItLpQueue.h> |
25 | 24 | ||
25 | #include "naca.h" | ||
26 | #include "vpd_areas.h" | 26 | #include "vpd_areas.h" |
27 | #include "spcomm_area.h" | 27 | #include "spcomm_area.h" |
28 | #include "ipl_parms.h" | 28 | #include "ipl_parms.h" |