projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ffd7c8
)
MIPS: Fix double inclusion of headers in misalignment emulator.
author
Ralf Baechle
<ralf@linux-mips.org>
Tue, 7 Apr 2015 12:59:18 +0000
(14:59 +0200)
committer
Ralf Baechle
<ralf@linux-mips.org>
Tue, 7 Apr 2015 23:10:49 +0000
(
01:10
+0200)
Introduced in
34c2f668d0f6b2ca1c076d8170d6cd4f2235a9d4
(MIPS: microMIPS:
Add unaligned access support.)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/unaligned.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/kernel/unaligned.c
b/arch/mips/kernel/unaligned.c
index cf51ad36f2138f4a37cac539da22baccc1552974..27af5634a69ba0cc02971d01d933fb14eec47e4d 100644
(file)
--- 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