diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2015-04-07 14:59:18 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-04-08 01:10:49 +0200 |
commit | 8af2f6967cb9eeedb0f85979a8c20a59a6332d50 (patch) | |
tree | 5528faec94fd76496f5c629dfb5c674cef756ca9 /arch/mips/kernel/unaligned.c | |
parent | 5ffd7c8b13643f4bb6e35b2eababf5336d5e8353 (diff) | |
download | op-kernel-dev-8af2f6967cb9eeedb0f85979a8c20a59a6332d50.zip op-kernel-dev-8af2f6967cb9eeedb0f85979a8c20a59a6332d50.tar.gz |
MIPS: Fix double inclusion of headers in misalignment emulator.
Introduced in 34c2f668d0f6b2ca1c076d8170d6cd4f2235a9d4 (MIPS: microMIPS:
Add unaligned access support.)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/unaligned.c')
-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 cf51ad3..27af563 100644 --- a/arch/mips/kernel/unaligned.c +++ b/arch/mips/kernel/unaligned.c @@ -89,8 +89,6 @@ #include <asm/fpu_emulator.h> #include <asm/inst.h> #include <asm/uaccess.h> -#include <asm/fpu.h> -#include <asm/fpu_emulator.h> #define STR(x) __STR(x) #define __STR(x) #x |