From: David Gibson Date: Tue, 1 Nov 2005 04:30:26 +0000 (+1100) Subject: [PATCH] powerpc: Move naca.h to platforms/iseries X-Git-Tag: v2.6.15-rc1~726^2~3^2~17^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f11b7bd88f8b41f0986498ffa11ffff1c3e513ca;p=pandora-kernel.git [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 Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed