From: Paul Bolle <hidden> Date: 2012-07-02 21:40:17
Commit 157d2644cb0c1e71a18baaffca56d2b1d0ebf10f ("ARM: pxa: change gpio
to platform device") removed all includes of mach/gpio-pxa.h. It kept
this unused header in the tree. Using it can't work, as it itself
includes the non-existent header plat/gpio-pxa.h. This header can safely
be removed.
Signed-off-by: Paul Bolle <redacted>
---
Tested only with various git commands on the (history of the) tree.
arch/arm/mach-mmp/include/mach/gpio-pxa.h | 29 -----------------------------
1 files changed, 0 insertions(+), 29 deletions(-)
delete mode 100644 arch/arm/mach-mmp/include/mach/gpio-pxa.h
From: Eric Miao <hidden> Date: 2012-07-03 06:30:34
On Tue, Jul 3, 2012 at 5:40 AM, Paul Bolle [off-list ref] wrote:
Commit 157d2644cb0c1e71a18baaffca56d2b1d0ebf10f ("ARM: pxa: change gpio
to platform device") removed all includes of mach/gpio-pxa.h. It kept
this unused header in the tree. Using it can't work, as it itself
includes the non-existent header plat/gpio-pxa.h. This header can safely
be removed.
Signed-off-by: Paul Bolle <redacted>
Acked-by: Eric Miao <redacted>
quoted hunk
---
Tested only with various git commands on the (history of the) tree.
arch/arm/mach-mmp/include/mach/gpio-pxa.h | 29 -----------------------------
1 files changed, 0 insertions(+), 29 deletions(-)
delete mode 100644 arch/arm/mach-mmp/include/mach/gpio-pxa.h
On Tue, Jul 3, 2012 at 2:30 PM, Eric Miao [off-list ref] wrote:
On Tue, Jul 3, 2012 at 5:40 AM, Paul Bolle [off-list ref] wrote:
quoted
Commit 157d2644cb0c1e71a18baaffca56d2b1d0ebf10f ("ARM: pxa: change gpio
to platform device") removed all includes of mach/gpio-pxa.h. It kept
this unused header in the tree. Using it can't work, as it itself
includes the non-existent header plat/gpio-pxa.h. This header can safely
be removed.
Signed-off-by: Paul Bolle <redacted>