diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-11-03 05:32:07 +0100 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-11-03 06:03:28 +0100 |
commit | 879168ee51925f7e68165577fba8ef781ccfccb9 (patch) | |
tree | 7c044c090650715e6c46e252e9378095e9aa5853 | |
parent | powerpc: move ppc64/kernel/signal.c to arch/powerpc (diff) | |
download | linux-879168ee51925f7e68165577fba8ef781ccfccb9.tar.xz linux-879168ee51925f7e68165577fba8ef781ccfccb9.zip |
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 90e562771791..90e562771791 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 444c3e81884c..876c57c11365 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> |