* [PATCH] ARM: omap: kill NEED_MACH_GPIO_H
@ 2012-12-03 23:50 Linus Walleij
2012-12-04 1:41 ` Tony Lindgren
0 siblings, 1 reply; 2+ messages in thread
From: Linus Walleij @ 2012-12-03 23:50 UTC (permalink / raw)
To: linux-arm-kernel, Santosh Shilimkar, Kevin Hilman, Tony Lindgren
Cc: Grant Likely, Linus Walleij, linux-omap
This does not appear to be used by the OMAP.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
arch/arm/Kconfig | 1 -
arch/arm/mach-omap1/include/mach/gpio.h | 3 ---
arch/arm/mach-omap2/include/mach/gpio.h | 3 ---
3 files changed, 7 deletions(-)
delete mode 100644 arch/arm/mach-omap1/include/mach/gpio.h
delete mode 100644 arch/arm/mach-omap2/include/mach/gpio.h
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index f456cf4..12deaec 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -938,7 +938,6 @@ config ARCH_OMAP
select CLKSRC_MMIO
select GENERIC_CLOCKEVENTS
select HAVE_CLK
- select NEED_MACH_GPIO_H
help
Support for TI's OMAP platform (OMAP1/2/3/4).
diff --git a/arch/arm/mach-omap1/include/mach/gpio.h b/arch/arm/mach-omap1/include/mach/gpio.h
deleted file mode 100644
index ebf86c0..0000000
--- a/arch/arm/mach-omap1/include/mach/gpio.h
+++ /dev/null
@@ -1,3 +0,0 @@
-/*
- * arch/arm/mach-omap1/include/mach/gpio.h
- */
diff --git a/arch/arm/mach-omap2/include/mach/gpio.h b/arch/arm/mach-omap2/include/mach/gpio.h
deleted file mode 100644
index 5621cc5..0000000
--- a/arch/arm/mach-omap2/include/mach/gpio.h
+++ /dev/null
@@ -1,3 +0,0 @@
-/*
- * arch/arm/mach-omap2/include/mach/gpio.h
- */
--
1.7.11.7
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: omap: kill NEED_MACH_GPIO_H
2012-12-03 23:50 [PATCH] ARM: omap: kill NEED_MACH_GPIO_H Linus Walleij
@ 2012-12-04 1:41 ` Tony Lindgren
0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2012-12-04 1:41 UTC (permalink / raw)
To: Linus Walleij
Cc: linux-arm-kernel, Santosh Shilimkar, Kevin Hilman, Grant Likely,
linux-omap
* Linus Walleij <linus.walleij@linaro.org> [121203 15:52]:
> This does not appear to be used by the OMAP.
Thanks, I already have a smilar patch already queued in
linux next as 873e6980 (ARM: OMAP: Remove NEED_MACH_GPIO_H).
Regards,
Tony
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> ---
> arch/arm/Kconfig | 1 -
> arch/arm/mach-omap1/include/mach/gpio.h | 3 ---
> arch/arm/mach-omap2/include/mach/gpio.h | 3 ---
> 3 files changed, 7 deletions(-)
> delete mode 100644 arch/arm/mach-omap1/include/mach/gpio.h
> delete mode 100644 arch/arm/mach-omap2/include/mach/gpio.h
>
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index f456cf4..12deaec 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -938,7 +938,6 @@ config ARCH_OMAP
> select CLKSRC_MMIO
> select GENERIC_CLOCKEVENTS
> select HAVE_CLK
> - select NEED_MACH_GPIO_H
> help
> Support for TI's OMAP platform (OMAP1/2/3/4).
>
> diff --git a/arch/arm/mach-omap1/include/mach/gpio.h b/arch/arm/mach-omap1/include/mach/gpio.h
> deleted file mode 100644
> index ebf86c0..0000000
> --- a/arch/arm/mach-omap1/include/mach/gpio.h
> +++ /dev/null
> @@ -1,3 +0,0 @@
> -/*
> - * arch/arm/mach-omap1/include/mach/gpio.h
> - */
> diff --git a/arch/arm/mach-omap2/include/mach/gpio.h b/arch/arm/mach-omap2/include/mach/gpio.h
> deleted file mode 100644
> index 5621cc5..0000000
> --- a/arch/arm/mach-omap2/include/mach/gpio.h
> +++ /dev/null
> @@ -1,3 +0,0 @@
> -/*
> - * arch/arm/mach-omap2/include/mach/gpio.h
> - */
> --
> 1.7.11.7
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-12-04 1:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-03 23:50 [PATCH] ARM: omap: kill NEED_MACH_GPIO_H Linus Walleij
2012-12-04 1:41 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).