Skip to content

Commit

Permalink
MIPS: Fix double inclusion of headers in misalignment emulator.
Browse files Browse the repository at this point in the history
Introduced in 34c2f66 (MIPS: microMIPS:
Add unaligned access support.)

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Apr 7, 2015
1 parent 5ffd7c8 commit 8af2f69
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/mips/kernel/unaligned.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8af2f69

Please sign in to comment.