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/nwfpe | |
parent | cca6e6f5f473ec63e85c87dfc77279ce1ca114e6 (diff) | |
download | linux-3.10-47003497dd819b10874a2291e54df7dc5cf8be57.tar.gz linux-3.10-47003497dd819b10874a2291e54df7dc5cf8be57.tar.bz2 linux-3.10-47003497dd819b10874a2291e54df7dc5cf8be57.zip |
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/nwfpe')
-rw-r--r-- | arch/arm26/nwfpe/entry.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm26/nwfpe/entry.S b/arch/arm26/nwfpe/entry.S index 7d6dfaad80c..e6312000d9f 100644 --- a/arch/arm26/nwfpe/entry.S +++ b/arch/arm26/nwfpe/entry.S @@ -20,7 +20,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include <asm/asm_offsets.h> +#include <asm/asm-offsets.h> /* This is the kernel's entry point into the floating point emulator. It is called from the kernel with code similar to this: |