From mboxrd@z Thu Jan 1 00:00:00 1970 From: jg1.han@samsung.com (Jingoo Han) Date: Wed, 12 Feb 2014 10:17:48 +0900 Subject: [PATCH RESEND] ARM: LPC32xx: common.c: Remove unnecessary header inclusion Message-ID: <002a01cf2790$3e2d6510$ba882f30$%han@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org common.c includes some header files that are not really used. Signed-off-by: Jingoo Han --- Compile-tested only. arch/arm/mach-lpc32xx/common.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/arch/arm/mach-lpc32xx/common.c b/arch/arm/mach-lpc32xx/common.c index d7aa54c..9713c8b 100644 --- a/arch/arm/mach-lpc32xx/common.c +++ b/arch/arm/mach-lpc32xx/common.c @@ -17,12 +17,6 @@ */ #include -#include -#include -#include -#include -#include -#include #include #include -- 1.7.10.4