diff options
author | Thomas Weber <thomas@tomweber.eu> | 2012-04-10 09:11:01 -0400 |
---|---|---|
committer | Pawel Moll <pawel.moll@arm.com> | 2012-05-21 04:30:42 -0400 |
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 47cdcca5a7e7..e769ab612627 100644 --- a/arch/arm/mach-vexpress/v2m.c +++ b/arch/arm/mach-vexpress/v2m.c | |||
@@ -14,7 +14,6 @@ | |||
14 | #include <linux/ata_platform.h> | 14 | #include <linux/ata_platform.h> |
15 | #include <linux/smsc911x.h> | 15 | #include <linux/smsc911x.h> |
16 | #include <linux/spinlock.h> | 16 | #include <linux/spinlock.h> |
17 | #include <linux/device.h> | ||
18 | #include <linux/usb/isp1760.h> | 17 | #include <linux/usb/isp1760.h> |
19 | #include <linux/clkdev.h> | 18 | #include <linux/clkdev.h> |
20 | #include <linux/mtd/physmap.h> | 19 | #include <linux/mtd/physmap.h> |
@@ -29,7 +28,6 @@ | |||
29 | #include <asm/hardware/gic.h> | 28 | #include <asm/hardware/gic.h> |
30 | #include <asm/hardware/timer-sp.h> | 29 | #include <asm/hardware/timer-sp.h> |
31 | #include <asm/hardware/sp810.h> | 30 | #include <asm/hardware/sp810.h> |
32 | #include <asm/hardware/gic.h> | ||
33 | 31 | ||
34 | #include <mach/ct-ca9x4.h> | 32 | #include <mach/ct-ca9x4.h> |
35 | #include <mach/motherboard.h> | 33 | #include <mach/motherboard.h> |