Message ID | 1391971686-9517-27-git-send-email-richard@nod.at (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Sun, 2014-02-09 at 19:48 +0100, Richard Weinberger wrote: > The symbol is an orphan, get rid of it. Orphaned a year ago, see commit 060f3043e5e ("ARM: smp: Remove local timer API"). But this one got added after that, in the same relase cycle. > Signed-off-by: Richard Weinberger <richard@nod.at> This gets my Acked-by: Paul Bolle <pebolle@tiscali.nl> as it's correct (we're dropping a nop) but I'd appreciate it if you'd resend with the above info added. That would easy review by others too. Paul Bolle > arch/arm/mach-shmobile/Kconfig | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig > index 3386406..c055388 100644 > --- a/arch/arm/mach-shmobile/Kconfig > +++ b/arch/arm/mach-shmobile/Kconfig > @@ -8,7 +8,6 @@ config ARCH_SHMOBILE_MULTI > select CPU_V7 > select GENERIC_CLOCKEVENTS > select HAVE_ARM_SCU if SMP > - select HAVE_ARM_TWD if LOCAL_TIMERS > select HAVE_SMP > select ARM_GIC > select MIGHT_HAVE_CACHE_L2X0
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index 3386406..c055388 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig @@ -8,7 +8,6 @@ config ARCH_SHMOBILE_MULTI select CPU_V7 select GENERIC_CLOCKEVENTS select HAVE_ARM_SCU if SMP - select HAVE_ARM_TWD if LOCAL_TIMERS select HAVE_SMP select ARM_GIC select MIGHT_HAVE_CACHE_L2X0
The symbol is an orphan, get rid of it. Signed-off-by: Richard Weinberger <richard@nod.at> --- arch/arm/mach-shmobile/Kconfig | 1 - 1 file changed, 1 deletion(-)