diff --git a/arch/arm/mm/extable.c b/arch/arm/mm/extable.c index 312e15e6d00b8a6b909747305166e1bc7f581bf0..f436f7439e46d585777ee620fe3262b5897c204f 100644 --- a/arch/arm/mm/extable.c +++ b/arch/arm/mm/extable.c @@ -1,7 +1,7 @@ /* * linux/arch/arm/mm/extable.c */ -#include +#include #include int fixup_exception(struct pt_regs *regs) diff --git a/arch/arm/mm/fault.c b/arch/arm/mm/fault.c index 3a2e678b8d30cabfb058fd82bb1d3336e3dab02d..94de590db99e5ab951c91b317f7727eed2c2eed7 100644 --- a/arch/arm/mm/fault.c +++ b/arch/arm/mm/fault.c @@ -8,7 +8,7 @@ * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ -#include +#include #include #include #include