From: Ralf Baechle Date: Tue, 7 Apr 2015 12:59:18 +0000 (+0200) Subject: MIPS: Fix double inclusion of headers in misalignment emulator. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8af2f6967cb9eeedb0f85979a8c20a59a6332d50;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git MIPS: Fix double inclusion of headers in misalignment emulator. Introduced in 34c2f668d0f6b2ca1c076d8170d6cd4f2235a9d4 (MIPS: microMIPS: Add unaligned access support.) Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/kernel/unaligned.c b/arch/mips/kernel/unaligned.c index cf51ad36f213..27af5634a69b 100644 --- a/arch/mips/kernel/unaligned.c +++ b/arch/mips/kernel/unaligned.c @@ -89,8 +89,6 @@ #include #include #include -#include -#include #define STR(x) __STR(x) #define __STR(x) #x