ARM: vexpress: Remove twice included header files
authorThomas Weber <thomas@tomweber.eu>
Tue, 10 Apr 2012 13:11:01 +0000 (15:11 +0200)
committerPawel Moll <pawel.moll@arm.com>
Mon, 21 May 2012 08:30:42 +0000 (09:30 +0100)
Remove duplicates of
 - linux/device.h and
 - asm/hardware/gic.h

Signed-off-by: Thomas Weber <thomas@tomweber.eu>
Signed-off-by: Pawel Moll <pawel.moll@arm.com>
arch/arm/mach-vexpress/v2m.c

index 47cdcca5a7e76ca59d727b6750564c23a43f2f5b..e769ab612627f220dcba7e741ee967f1726cda3d 100644 (file)
@@ -14,7 +14,6 @@
 #include <linux/ata_platform.h>
 #include <linux/smsc911x.h>
 #include <linux/spinlock.h>
-#include <linux/device.h>
 #include <linux/usb/isp1760.h>
 #include <linux/clkdev.h>
 #include <linux/mtd/physmap.h>
@@ -29,7 +28,6 @@
 #include <asm/hardware/gic.h>
 #include <asm/hardware/timer-sp.h>
 #include <asm/hardware/sp810.h>
-#include <asm/hardware/gic.h>
 
 #include <mach/ct-ca9x4.h>
 #include <mach/motherboard.h>