diff options
author | Sam Ravnborg <sam@mars.(none)> | 2005-09-09 20:35:55 +0200 |
---|---|---|
committer | Sam Ravnborg <sam@mars.(none)> | 2005-09-09 20:35:55 +0200 |
commit | 47003497dd819b10874a2291e54df7dc5cf8be57 (patch) | |
tree | e4fbf78350de1aba6428a573a346ba46c4e75e1e /arch/arm26/mm | |
parent | cca6e6f5f473ec63e85c87dfc77279ce1ca114e6 (diff) | |
download | op-kernel-dev-47003497dd819b10874a2291e54df7dc5cf8be57.zip op-kernel-dev-47003497dd819b10874a2291e54df7dc5cf8be57.tar.gz |
kbuild: arm26,sparc use generic asm-offset support
Rename all includes to use asm-offsets.h to match generic name
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'arch/arm26/mm')
-rw-r--r-- | arch/arm26/mm/proc-funcs.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm26/mm/proc-funcs.S b/arch/arm26/mm/proc-funcs.S index c3d4cd3..f9fca52 100644 --- a/arch/arm26/mm/proc-funcs.S +++ b/arch/arm26/mm/proc-funcs.S @@ -14,7 +14,7 @@ */ #include <linux/linkage.h> #include <asm/assembler.h> -#include <asm/asm_offsets.h> +#include <asm/asm-offsets.h> #include <asm/procinfo.h> #include <asm/ptrace.h> |