aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/vfp/entry.S
diff options
context:
space:
mode:
authorSam Ravnborg <sam@mars.(none)>2005-09-09 15:08:59 -0400
committerSam Ravnborg <sam@mars.(none)>2005-09-09 15:08:59 -0400
commite6ae744dd2eae8e00af328b11b1fe77cb0931136 (patch)
tree726e20fb0950b9a51f602b2b805d016e813ce38a /arch/arm/vfp/entry.S
parent0013a85454c281faaf064ccb576e373a2881aac8 (diff)
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/vfp/entry.S')
-rw-r--r--arch/arm/vfp/entry.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/vfp/entry.S b/arch/arm/vfp/entry.S
index e73c8deca592..6f17187ab32a 100644
--- a/arch/arm/vfp/entry.S
+++ b/arch/arm/vfp/entry.S
@@ -17,7 +17,7 @@
17 */ 17 */
18#include <linux/linkage.h> 18#include <linux/linkage.h>
19#include <linux/init.h> 19#include <linux/init.h>
20#include <asm/constants.h> 20#include <asm/asm-offsets.h>
21#include <asm/vfpmacros.h> 21#include <asm/vfpmacros.h>
22 22
23 .globl do_vfp 23 .globl do_vfp