[ARM] pxa: remove duplicate select statements from Kconfig

Previous thread: [ARM] pxa: fix issue of muxed GPIO irq_chip functions touching non-muxed GPIOs by Linux Kernel Mailing List on Saturday, May 2, 2009 - 5:04 pm. (1 message)

Next thread: davinci: gpio bugfixes by Linux Kernel Mailing List on Saturday, May 2, 2009 - 5:04 pm. (1 message)
From: Linux Kernel Mailing List
Date: Saturday, May 2, 2009 - 5:04 pm

Gitweb:     http://git.kernel.org/linus/fd87e081723089cba99df0b3d6f36ae2235c700a
Commit:     fd87e081723089cba99df0b3d6f36ae2235c700a
Parent:     a8f6faebaf5b3f0f56b7c12a4f99d97c56938b37
Author:     Guennadi Liakhovetski <g.liakhovetski@gmx.de>
AuthorDate: Thu Apr 16 11:23:08 2009 +0200
Committer:  Eric Miao <eric.miao@marvell.com>
CommitDate: Mon Apr 27 11:45:35 2009 +0800

    [ARM] pxa: remove duplicate select statements from Kconfig
    
    ARCH_PXA selects HAVE_CLK and COMMON_CLKDEV twice in arch/arm/Kconfig.
    Remove the second entry.
    
    Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
    Signed-off-by: Eric Miao <eric.miao@marvell.com>
---
 arch/arm/Kconfig |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index e02b893..9909a93 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -486,8 +486,6 @@ config ARCH_PXA
 	select HAVE_CLK
 	select COMMON_CLKDEV
 	select ARCH_REQUIRE_GPIOLIB
-	select HAVE_CLK
-	select COMMON_CLKDEV
 	select GENERIC_TIME
 	select GENERIC_CLOCKEVENTS
 	select TICK_ONESHOT
--

Previous thread: [ARM] pxa: fix issue of muxed GPIO irq_chip functions touching non-muxed GPIOs by Linux Kernel Mailing List on Saturday, May 2, 2009 - 5:04 pm. (1 message)

Next thread: davinci: gpio bugfixes by Linux Kernel Mailing List on Saturday, May 2, 2009 - 5:04 pm. (1 message)