diff options
author | Thomas Weber <thomas@tomweber.eu> | 2012-04-10 15:11:01 +0200 |
---|---|---|
committer | Pawel Moll <pawel.moll@arm.com> | 2012-05-21 09:30:42 +0100 |
commit | c533f32e1ac440b8840159f89ece8c9cca2422b5 (patch) | |
tree | 077d4056779749f647febef8aec214622c24fe2e /arch/arm/mach-vexpress | |
parent | e29b65dbc5d0431e8f063fab19fafaaa744d55ce (diff) |
ARM: vexpress: Remove twice included header files
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>
Diffstat (limited to 'arch/arm/mach-vexpress')
-rw-r--r-- | arch/arm/mach-vexpress/v2m.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-vexpress/v2m.c b/arch/arm/mach-vexpress/v2m.c index 47cdcca5a7e..e769ab61262 100644 --- a/arch/arm/mach-vexpress/v2m.c +++ b/arch/arm/mach-vexpress/v2m.c @@ -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> |