1
0
Fork 0

MIPS: Fix double inclusion of headers in misalignment emulator.

Introduced in 34c2f668d0 (MIPS: microMIPS:
Add unaligned access support.)

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
hifive-unleashed-5.1
Ralf Baechle 2015-04-07 14:59:18 +02:00
parent 5ffd7c8b13
commit 8af2f6967c
1 changed files with 0 additions and 2 deletions

View File

@ -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