diff options
author | Sam Ravnborg <sam@mars.(none)> | 2005-09-09 21:08:59 +0200 |
---|---|---|
committer | Sam Ravnborg <sam@mars.(none)> | 2005-09-09 21:08:59 +0200 |
commit | e6ae744dd2eae8e00af328b11b1fe77cb0931136 (patch) | |
tree | 726e20fb0950b9a51f602b2b805d016e813ce38a /arch/arm/mm/tlb-v4wb.S | |
parent | 0013a85454c281faaf064ccb576e373a2881aac8 (diff) | |
download | talos-obmc-linux-e6ae744dd2eae8e00af328b11b1fe77cb0931136.tar.gz talos-obmc-linux-e6ae744dd2eae8e00af328b11b1fe77cb0931136.zip |
kbuild: arm - use generic asm-offsets.h support
Delete obsoleted stuff from arch Makefile and rename
constants.h to asm-offsets.h
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'arch/arm/mm/tlb-v4wb.S')
-rw-r--r-- | arch/arm/mm/tlb-v4wb.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mm/tlb-v4wb.S b/arch/arm/mm/tlb-v4wb.S index 7908d5f1f130..cb829ca7845d 100644 --- a/arch/arm/mm/tlb-v4wb.S +++ b/arch/arm/mm/tlb-v4wb.S @@ -14,7 +14,7 @@ */ #include <linux/linkage.h> #include <linux/init.h> -#include <asm/constants.h> +#include <asm/asm-offsets.h> #include <asm/tlbflush.h> #include "proc-macros.S" |