* [PATCH 01/08] ARM: shmobile: Remove sh73a0 use of <mach/hardware.h>
2013-07-24 3:37 [PATCH 00/08] ARM: shmobile: Get rid of <mach/hardware.h> Magnus Damm
@ 2013-07-24 3:37 ` Magnus Damm
2013-07-24 8:06 ` Simon Horman
2013-07-24 3:37 ` [PATCH 02/08] ARM: shmobile: Remove sh7372 " Magnus Damm
` (6 subsequent siblings)
7 siblings, 1 reply; 17+ messages in thread
From: Magnus Damm @ 2013-07-24 3:37 UTC (permalink / raw)
To: linux-arm-kernel
From: Magnus Damm <damm@opensource.se>
Remove unused <mach/hardware.h> on sh73a0.
Signed-off-by: Magnus Damm <damm@opensource.se>
---
arch/arm/mach-shmobile/setup-sh73a0.c | 1 -
1 file changed, 1 deletion(-)
--- 0001/arch/arm/mach-shmobile/setup-sh73a0.c
+++ work/arch/arm/mach-shmobile/setup-sh73a0.c 2013-07-23 16:00:03.000000000 +0900
@@ -34,7 +34,6 @@
#include <linux/platform_data/sh_ipmmu.h>
#include <linux/platform_data/irq-renesas-intc-irqpin.h>
#include <mach/dma-register.h>
-#include <mach/hardware.h>
#include <mach/irqs.h>
#include <mach/sh73a0.h>
#include <mach/common.h>
^ permalink raw reply [flat|nested] 17+ messages in thread
* [PATCH 02/08] ARM: shmobile: Remove sh7372 use of <mach/hardware.h>
2013-07-24 3:37 [PATCH 00/08] ARM: shmobile: Get rid of <mach/hardware.h> Magnus Damm
2013-07-24 3:37 ` [PATCH 01/08] ARM: shmobile: Remove sh73a0 use " Magnus Damm
@ 2013-07-24 3:37 ` Magnus Damm
2013-07-24 8:06 ` Simon Horman
2013-07-24 3:37 ` [PATCH 03/08] ARM: shmobile: Remove EMEV2 " Magnus Damm
` (5 subsequent siblings)
7 siblings, 1 reply; 17+ messages in thread
From: Magnus Damm @ 2013-07-24 3:37 UTC (permalink / raw)
To: linux-arm-kernel
From: Magnus Damm <damm@opensource.se>
Remove unused <mach/hardware.h> on sh7372.
Signed-off-by: Magnus Damm <damm@opensource.se>
---
arch/arm/mach-shmobile/setup-sh7372.c | 1 -
1 file changed, 1 deletion(-)
--- 0001/arch/arm/mach-shmobile/setup-sh7372.c
+++ work/arch/arm/mach-shmobile/setup-sh7372.c 2013-07-23 16:00:52.000000000 +0900
@@ -35,7 +35,6 @@
#include <linux/dma-mapping.h>
#include <linux/platform_data/sh_ipmmu.h>
#include <mach/dma-register.h>
-#include <mach/hardware.h>
#include <mach/irqs.h>
#include <mach/sh7372.h>
#include <mach/common.h>
^ permalink raw reply [flat|nested] 17+ messages in thread
* [PATCH 03/08] ARM: shmobile: Remove EMEV2 use of <mach/hardware.h>
2013-07-24 3:37 [PATCH 00/08] ARM: shmobile: Get rid of <mach/hardware.h> Magnus Damm
2013-07-24 3:37 ` [PATCH 01/08] ARM: shmobile: Remove sh73a0 use " Magnus Damm
2013-07-24 3:37 ` [PATCH 02/08] ARM: shmobile: Remove sh7372 " Magnus Damm
@ 2013-07-24 3:37 ` Magnus Damm
2013-07-24 8:06 ` Simon Horman
2013-07-24 3:37 ` [PATCH 04/08] ARM: shmobile: Remove r8a7779 " Magnus Damm
` (4 subsequent siblings)
7 siblings, 1 reply; 17+ messages in thread
From: Magnus Damm @ 2013-07-24 3:37 UTC (permalink / raw)
To: linux-arm-kernel
From: Magnus Damm <damm@opensource.se>
Remove unused <mach/hardware.h> on EMEV2.
Signed-off-by: Magnus Damm <damm@opensource.se>
---
arch/arm/mach-shmobile/setup-emev2.c | 1 -
1 file changed, 1 deletion(-)
--- 0001/arch/arm/mach-shmobile/setup-emev2.c
+++ work/arch/arm/mach-shmobile/setup-emev2.c 2013-07-23 16:01:44.000000000 +0900
@@ -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>
^ permalink raw reply [flat|nested] 17+ messages in thread
* [PATCH 04/08] ARM: shmobile: Remove r8a7779 use of <mach/hardware.h>
2013-07-24 3:37 [PATCH 00/08] ARM: shmobile: Get rid of <mach/hardware.h> Magnus Damm
` (2 preceding siblings ...)
2013-07-24 3:37 ` [PATCH 03/08] ARM: shmobile: Remove EMEV2 " Magnus Damm
@ 2013-07-24 3:37 ` Magnus Damm
2013-07-24 8:06 ` Simon Horman
2013-07-24 3:38 ` [PATCH 05/08] ARM: shmobile: Remove AG5EVM " Magnus Damm
` (3 subsequent siblings)
7 siblings, 1 reply; 17+ messages in thread
From: Magnus Damm @ 2013-07-24 3:37 UTC (permalink / raw)
To: linux-arm-kernel
From: Magnus Damm <damm@opensource.se>
Remove unused <mach/hardware.h> on r8a7779.
Signed-off-by: Magnus Damm <damm@opensource.se>
---
arch/arm/mach-shmobile/setup-r8a7779.c | 1 -
1 file changed, 1 deletion(-)
--- 0001/arch/arm/mach-shmobile/setup-r8a7779.c
+++ work/arch/arm/mach-shmobile/setup-r8a7779.c 2013-07-23 16:02:42.000000000 +0900
@@ -36,7 +36,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>
^ permalink raw reply [flat|nested] 17+ messages in thread
* [PATCH 05/08] ARM: shmobile: Remove AG5EVM use of <mach/hardware.h>
2013-07-24 3:37 [PATCH 00/08] ARM: shmobile: Get rid of <mach/hardware.h> Magnus Damm
` (3 preceding siblings ...)
2013-07-24 3:37 ` [PATCH 04/08] ARM: shmobile: Remove r8a7779 " Magnus Damm
@ 2013-07-24 3:38 ` Magnus Damm
2013-07-24 8:07 ` Simon Horman
2013-07-24 3:38 ` [PATCH 06/08] ARM: shmobile: Remove Kota2 " Magnus Damm
` (2 subsequent siblings)
7 siblings, 1 reply; 17+ messages in thread
From: Magnus Damm @ 2013-07-24 3:38 UTC (permalink / raw)
To: linux-arm-kernel
From: Magnus Damm <damm@opensource.se>
Remove unused <mach/hardware.h> on AG5EVM.
Signed-off-by: Magnus Damm <damm@opensource.se>
---
arch/arm/mach-shmobile/board-ag5evm.c | 1 -
1 file changed, 1 deletion(-)
--- 0001/arch/arm/mach-shmobile/board-ag5evm.c
+++ work/arch/arm/mach-shmobile/board-ag5evm.c 2013-07-23 16:03:31.000000000 +0900
@@ -47,7 +47,6 @@
#include <video/sh_mobile_lcdc.h>
#include <video/sh_mipi_dsi.h>
#include <sound/sh_fsi.h>
-#include <mach/hardware.h>
#include <mach/irqs.h>
#include <mach/sh73a0.h>
#include <mach/common.h>
^ permalink raw reply [flat|nested] 17+ messages in thread
* [PATCH 06/08] ARM: shmobile: Remove Kota2 use of <mach/hardware.h>
2013-07-24 3:37 [PATCH 00/08] ARM: shmobile: Get rid of <mach/hardware.h> Magnus Damm
` (4 preceding siblings ...)
2013-07-24 3:38 ` [PATCH 05/08] ARM: shmobile: Remove AG5EVM " Magnus Damm
@ 2013-07-24 3:38 ` Magnus Damm
2013-07-24 8:07 ` Simon Horman
2013-07-24 3:38 ` [PATCH 07/08] ARM: shmobile: Remove Marzen " Magnus Damm
2013-07-24 3:38 ` [PATCH 08/08] ARM: shmobile: Remove include <mach/hardware.h> Magnus Damm
7 siblings, 1 reply; 17+ messages in thread
From: Magnus Damm @ 2013-07-24 3:38 UTC (permalink / raw)
To: linux-arm-kernel
From: Magnus Damm <damm@opensource.se>
Remove unused <mach/hardware.h> on Kota2.
Signed-off-by: Magnus Damm <damm@opensource.se>
---
arch/arm/mach-shmobile/board-kota2.c | 1 -
1 file changed, 1 deletion(-)
--- 0001/arch/arm/mach-shmobile/board-kota2.c
+++ work/arch/arm/mach-shmobile/board-kota2.c 2013-07-23 16:04:07.000000000 +0900
@@ -44,7 +44,6 @@
#include <linux/mmc/sh_mmcif.h>
#include <linux/mfd/tmio.h>
#include <linux/mmc/sh_mobile_sdhi.h>
-#include <mach/hardware.h>
#include <mach/irqs.h>
#include <mach/sh73a0.h>
#include <mach/common.h>
^ permalink raw reply [flat|nested] 17+ messages in thread
* [PATCH 07/08] ARM: shmobile: Remove Marzen use of <mach/hardware.h>
2013-07-24 3:37 [PATCH 00/08] ARM: shmobile: Get rid of <mach/hardware.h> Magnus Damm
` (5 preceding siblings ...)
2013-07-24 3:38 ` [PATCH 06/08] ARM: shmobile: Remove Kota2 " Magnus Damm
@ 2013-07-24 3:38 ` Magnus Damm
2013-07-24 8:06 ` Simon Horman
2013-07-24 3:38 ` [PATCH 08/08] ARM: shmobile: Remove include <mach/hardware.h> Magnus Damm
7 siblings, 1 reply; 17+ messages in thread
From: Magnus Damm @ 2013-07-24 3:38 UTC (permalink / raw)
To: linux-arm-kernel
From: Magnus Damm <damm@opensource.se>
Remove unused <mach/hardware.h> on Marzen.
Signed-off-by: Magnus Damm <damm@opensource.se>
---
arch/arm/mach-shmobile/board-marzen.c | 1 -
1 file changed, 1 deletion(-)
--- 0001/arch/arm/mach-shmobile/board-marzen.c
+++ work/arch/arm/mach-shmobile/board-marzen.c 2013-07-23 16:05:06.000000000 +0900
@@ -37,7 +37,6 @@
#include <linux/mmc/host.h>
#include <linux/mmc/sh_mobile_sdhi.h>
#include <linux/mfd/tmio.h>
-#include <mach/hardware.h>
#include <mach/r8a7779.h>
#include <mach/common.h>
#include <mach/irqs.h>
^ permalink raw reply [flat|nested] 17+ messages in thread
* [PATCH 08/08] ARM: shmobile: Remove include <mach/hardware.h>
2013-07-24 3:37 [PATCH 00/08] ARM: shmobile: Get rid of <mach/hardware.h> Magnus Damm
` (6 preceding siblings ...)
2013-07-24 3:38 ` [PATCH 07/08] ARM: shmobile: Remove Marzen " Magnus Damm
@ 2013-07-24 3:38 ` Magnus Damm
2013-07-24 8:06 ` Simon Horman
7 siblings, 1 reply; 17+ messages in thread
From: Magnus Damm @ 2013-07-24 3:38 UTC (permalink / raw)
To: linux-arm-kernel
From: Magnus Damm <damm@opensource.se>
Now when no one is using this file, remove <mach/hardware.h>.
Signed-off-by: Magnus Damm <damm@opensource.se>
---
arch/arm/mach-shmobile/include/mach/hardware.h | 4 ----
1 file changed, 4 deletions(-)
--- 0001/arch/arm/mach-shmobile/include/mach/hardware.h
+++ /dev/null 2013-06-03 21:41:10.638032047 +0900
@@ -1,4 +0,0 @@
-#ifndef __ASM_MACH_HARDWARE_H
-#define __ASM_MACH_HARDWARE_H
-
-#endif /* __ASM_MACH_HARDWARE_H */
^ permalink raw reply [flat|nested] 17+ messages in thread