diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-11-03 15:32:07 +1100 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-11-03 16:03:28 +1100 |
commit | 879168ee51925f7e68165577fba8ef781ccfccb9 (patch) | |
tree | 7c044c090650715e6c46e252e9378095e9aa5853 | |
parent | 62f4f47da64a10630d5f6dabc616477b0e09b612 (diff) |
powerpc: move include/asm-ppc64/ppc32.h to arch/powerpc/kernel
It is only included by signal_32.c
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
-rw-r--r-- | arch/powerpc/kernel/ppc32.h (renamed from include/asm-ppc64/ppc32.h) | 0 | ||||
-rw-r--r-- | arch/powerpc/kernel/signal_32.c | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ppc64/ppc32.h b/arch/powerpc/kernel/ppc32.h index 90e56277179..90e56277179 100644 --- a/include/asm-ppc64/ppc32.h +++ b/arch/powerpc/kernel/ppc32.h diff --git a/arch/powerpc/kernel/signal_32.c b/arch/powerpc/kernel/signal_32.c index 444c3e81884..876c57c1136 100644 --- a/arch/powerpc/kernel/signal_32.c +++ b/arch/powerpc/kernel/signal_32.c @@ -43,7 +43,7 @@ #include <asm/uaccess.h> #include <asm/cacheflush.h> #ifdef CONFIG_PPC64 -#include <asm/ppc32.h> +#include "ppc32.h" #include <asm/ppcdebug.h> #include <asm/unistd.h> #include <asm/vdso.h> |