[PATCH] ARM: LPC32xx: common.c: Remove unnecessary header inclusion

Jingoo Han jg1.han at samsung.com
Mon Jan 13 20:43:01 EST 2014


common.c includes some header files that are not really used.

Signed-off-by: Jingoo Han <jg1.han at samsung.com>
---
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 <linux/init.h>
-#include <linux/platform_device.h>
-#include <linux/interrupt.h>
-#include <linux/irq.h>
-#include <linux/err.h>
-#include <linux/i2c.h>
-#include <linux/i2c-pnx.h>
 #include <linux/io.h>
 
 #include <asm/mach/map.h>
-- 
1.7.10.4





More information about the linux-arm-kernel mailing list