diff options
Diffstat (limited to 'arch/sh/kernel/cpu/sh4/softfloat.c')
-rw-r--r-- | arch/sh/kernel/cpu/sh4/softfloat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/cpu/sh4/softfloat.c b/arch/sh/kernel/cpu/sh4/softfloat.c index 7b2d337ee412..828cb57cb959 100644 --- a/arch/sh/kernel/cpu/sh4/softfloat.c +++ b/arch/sh/kernel/cpu/sh4/softfloat.c | |||
@@ -36,7 +36,7 @@ | |||
36 | * and Kamel Khelifi <kamel.khelifi@st.com> | 36 | * and Kamel Khelifi <kamel.khelifi@st.com> |
37 | */ | 37 | */ |
38 | #include <linux/kernel.h> | 38 | #include <linux/kernel.h> |
39 | #include <asm/cpu/fpu.h> | 39 | #include <cpu/fpu.h> |
40 | 40 | ||
41 | #define LIT64( a ) a##LL | 41 | #define LIT64( a ) a##LL |
42 | 42 | ||