summaryrefslogtreecommitdiffstats
path: root/arch/ppc64
diff options
context:
space:
mode:
authorDavid Gibson2005-11-01 05:30:26 +0100
committerPaul Mackerras2005-11-02 06:05:53 +0100
commitf11b7bd88f8b41f0986498ffa11ffff1c3e513ca (patch)
treefbf92752f905946df5bedeffa37a0614bbf2aa86 /arch/ppc64
parent[PATCH] powerpc: Move dart.h (diff)
downloadkernel-qcow2-linux-f11b7bd88f8b41f0986498ffa11ffff1c3e513ca.tar.gz
kernel-qcow2-linux-f11b7bd88f8b41f0986498ffa11ffff1c3e513ca.tar.xz
kernel-qcow2-linux-f11b7bd88f8b41f0986498ffa11ffff1c3e513ca.zip
[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/ppc64')
-rw-r--r--arch/ppc64/kernel/udbg_scc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/ppc64/kernel/udbg_scc.c b/arch/ppc64/kernel/udbg_scc.c
index c47fd6c63531..820c53551507 100644
--- a/arch/ppc64/kernel/udbg_scc.c
+++ b/arch/ppc64/kernel/udbg_scc.c
@@ -12,7 +12,6 @@
#include <linux/types.h>
#include <asm/udbg.h>
#include <asm/processor.h>
-#include <asm/naca.h>
#include <asm/io.h>
#include <asm/prom.h>
#include <asm/pmac_feature.h>