diff options
author | Magnus Damm <damm@opensource.se> | 2013-07-24 05:37:52 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-07-24 09:35:24 +0200 |
commit | 603e45827b4a565506417fbdc3400eedf8846c3d (patch) | |
tree | d613484ffcb0372db30cffe557be3f5a4fee12cc /arch/arm/mach-shmobile/setup-r8a7779.c | |
parent | ARM: shmobile: Remove EMEV2 use of <mach/hardware.h> (diff) | |
download | linux-603e45827b4a565506417fbdc3400eedf8846c3d.tar.xz linux-603e45827b4a565506417fbdc3400eedf8846c3d.zip |
ARM: shmobile: Remove r8a7779 use of <mach/hardware.h>
Remove unused <mach/hardware.h> on r8a7779.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/setup-r8a7779.c')
-rw-r--r-- | arch/arm/mach-shmobile/setup-r8a7779.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/setup-r8a7779.c b/arch/arm/mach-shmobile/setup-r8a7779.c index 66d38261ecaa..6ab7405e54bb 100644 --- a/arch/arm/mach-shmobile/setup-r8a7779.c +++ b/arch/arm/mach-shmobile/setup-r8a7779.c @@ -37,7 +37,6 @@ #include <linux/usb/ehci_pdriver.h> #include <linux/usb/ohci_pdriver.h> #include <linux/pm_runtime.h> -#include <mach/hardware.h> #include <mach/irqs.h> #include <mach/r8a7779.h> #include <mach/common.h> |