diff options
author | Magnus Damm <damm@opensource.se> | 2013-07-23 23:37:43 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-07-24 03:35:24 -0400 |
commit | 7ffdc70e14756135da5949a6c9bc32e2086f3d02 (patch) | |
tree | 2e01164b7ecd95dcafbfc66f580e07069ed4ac1d | |
parent | 3a8e257f2464870cff1c4257838af2698b9e23fd (diff) |
ARM: shmobile: Remove EMEV2 use of <mach/hardware.h>
Remove unused <mach/hardware.h> on EMEV2.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/mach-shmobile/setup-emev2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/setup-emev2.c b/arch/arm/mach-shmobile/setup-emev2.c index 19980be7d6a9..fed753dbfe42 100644 --- a/arch/arm/mach-shmobile/setup-emev2.c +++ b/arch/arm/mach-shmobile/setup-emev2.c | |||
@@ -27,7 +27,6 @@ | |||
27 | #include <linux/input.h> | 27 | #include <linux/input.h> |
28 | #include <linux/io.h> | 28 | #include <linux/io.h> |
29 | #include <linux/irqchip/arm-gic.h> | 29 | #include <linux/irqchip/arm-gic.h> |
30 | #include <mach/hardware.h> | ||
31 | #include <mach/common.h> | 30 | #include <mach/common.h> |
32 | #include <mach/emev2.h> | 31 | #include <mach/emev2.h> |
33 | #include <mach/irqs.h> | 32 | #include <mach/irqs.h> |