From: Guennadi Liakhovetski Date: Thu, 16 Apr 2009 09:23:08 +0000 (+0200) Subject: [ARM] pxa: remove duplicate select statements from Kconfig X-Git-Tag: v2.6.30-rc5~51^2~4^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fd87e081723089cba99df0b3d6f36ae2235c700a;p=thirdparty%2Fkernel%2Flinux.git [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 Signed-off-by: Eric Miao --- diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index e02b893fb9097..9909a93ec7fd0 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