Re: [PATCH] ARM: mach-bcm: drop "select GENERIC_TIME"

2013-03-08 Thread Paul Bolle
On Thu, 2013-03-07 at 19:18 -0800, Christian Daudt wrote: > My bad. Thanks for the fix ! > > Reviewed-by: Christian Daudt In the same commit, 8ac49e0485bb79223a111b366a3b1f5ec9148729 ("Add support for generic BCM SoC chipsets"), you also added select GPIO_BCM There's currently no Kconfig

Re: [PATCH] ARM: mach-bcm: drop select GENERIC_TIME

2013-03-08 Thread Paul Bolle
On Thu, 2013-03-07 at 19:18 -0800, Christian Daudt wrote: My bad. Thanks for the fix ! Reviewed-by: Christian Daudt c...@broadcom.com In the same commit, 8ac49e0485bb79223a111b366a3b1f5ec9148729 (Add support for generic BCM SoC chipsets), you also added select GPIO_BCM There's currently

Re: [PATCH] ARM: mach-bcm: drop "select GENERIC_TIME"

2013-03-07 Thread Christian Daudt
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 >

Re: [PATCH] ARM: mach-bcm: drop select GENERIC_TIME

2013-03-07 Thread Christian Daudt
My bad. Thanks for the fix ! Reviewed-by: Christian Daudt c...@broadcom.com Thanks, csd On Wed, Mar 6, 2013 at 1:52 AM, Paul Bolle pebo...@tiscali.nl wrote: The Kconfig symbol GENERIC_TIME was removed from the kernel in v2.6.36, with commit 592913ecb87a9e06f98ddb55b298f1a66bf94c6b

[PATCH] ARM: mach-bcm: drop "select GENERIC_TIME"

2013-03-06 Thread Paul Bolle
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

[PATCH] ARM: mach-bcm: drop select GENERIC_TIME

2013-03-06 Thread Paul Bolle
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 pebo...@tiscali.nl ---