Commit 8af2f696 authored by Ralf Baechle's avatar Ralf Baechle

MIPS: Fix double inclusion of headers in misalignment emulator.

Introduced in 34c2f668 (MIPS: microMIPS:
Add unaligned access support.)
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 5ffd7c8b
...@@ -89,8 +89,6 @@ ...@@ -89,8 +89,6 @@
#include <asm/fpu_emulator.h> #include <asm/fpu_emulator.h>
#include <asm/inst.h> #include <asm/inst.h>
#include <asm/uaccess.h> #include <asm/uaccess.h>
#include <asm/fpu.h>
#include <asm/fpu_emulator.h>
#define STR(x) __STR(x) #define STR(x) __STR(x)
#define __STR(x) #x #define __STR(x) #x
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment