diff options
author | 2013-07-24 12:37:43 +0900 | |
---|---|---|
committer | 2013-07-24 16:35:24 +0900 | |
commit | 7ffdc70e14756135da5949a6c9bc32e2086f3d02 (patch) | |
tree | 2e01164b7ecd95dcafbfc66f580e07069ed4ac1d | |
parent | ARM: shmobile: Remove sh7372 use of <mach/hardware.h> (diff) | |
download | wireguard-linux-7ffdc70e14756135da5949a6c9bc32e2086f3d02.tar.xz wireguard-linux-7ffdc70e14756135da5949a6c9bc32e2086f3d02.zip |
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 @@ #include <linux/input.h> #include <linux/io.h> #include <linux/irqchip/arm-gic.h> -#include <mach/hardware.h> #include <mach/common.h> #include <mach/emev2.h> #include <mach/irqs.h> |