Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933640Ab3CHDSd (ORCPT ); Thu, 7 Mar 2013 22:18:33 -0500 Received: from mail-ve0-f173.google.com ([209.85.128.173]:35572 "EHLO mail-ve0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933577Ab3CHDSc (ORCPT ); Thu, 7 Mar 2013 22:18:32 -0500 MIME-Version: 1.0 In-Reply-To: <1362563553.16460.166.camel@x61.thuisdomein> References: <1362563553.16460.166.camel@x61.thuisdomein> Date: Thu, 7 Mar 2013 19:18:31 -0800 Message-ID: Subject: Re: [PATCH] ARM: mach-bcm: drop "select GENERIC_TIME" From: Christian Daudt To: Paul Bolle Cc: Russell King , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1440 Lines: 47 My bad. Thanks for the fix ! Reviewed-by: Christian Daudt Thanks, csd On Wed, Mar 6, 2013 at 1:52 AM, Paul Bolle wrote: > The Kconfig symbol GENERIC_TIME was removed from the kernel in v2.6.36, > with commit 592913ecb87a9e06f98ddb55b298f1a66bf94c6b ("time: Kill off > CONFIG_GENERIC_TIME"). Somehow this select statement still popped up > recently. It's a nop so we can drop it. > > Signed-off-by: Paul Bolle > --- > Tested with "git grep" only. > > arch/arm/mach-bcm/Kconfig | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig > index bf02471..be4a0a1 100644 > --- a/arch/arm/mach-bcm/Kconfig > +++ b/arch/arm/mach-bcm/Kconfig > @@ -7,7 +7,6 @@ config ARCH_BCM > select ARM_GIC > select CPU_V7 > select GENERIC_CLOCKEVENTS > - select GENERIC_TIME > select GPIO_BCM > select SPARSE_IRQ > select TICK_ONESHOT > -- > 1.7.11.7 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/