diff options
-rw-r--r-- | arch/mips/kernel/unaligned.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/kernel/unaligned.c b/arch/mips/kernel/unaligned.c index cf51ad36f213..27af5634a69b 100644 --- a/arch/mips/kernel/unaligned.c +++ b/arch/mips/kernel/unaligned.c | |||
@@ -89,8 +89,6 @@ | |||
89 | #include <asm/fpu_emulator.h> | 89 | #include <asm/fpu_emulator.h> |
90 | #include <asm/inst.h> | 90 | #include <asm/inst.h> |
91 | #include <asm/uaccess.h> | 91 | #include <asm/uaccess.h> |
92 | #include <asm/fpu.h> | ||
93 | #include <asm/fpu_emulator.h> | ||
94 | 92 | ||
95 | #define STR(x) __STR(x) | 93 | #define STR(x) __STR(x) |
96 | #define __STR(x) #x | 94 | #define __STR(x) #x |