Message ID | 20211028141938.3530-11-lukas.bulwahn@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Kconfig symbol clean-up on ./arch/arm{64} | expand |
On Thu, Oct 28, 2021 at 4:19 PM Lukas Bulwahn <lukas.bulwahn@gmail.com> wrote: > > Commit 85b6fcadcf66 ("clocksource/drivers/ux500: Drop Ux500 custom > SCHED_CLOCK") removes a sched_clock workaround and its corresponding > config CLKSRC_NOMADIK_MTU_SCHED_CLOCK. Since then, selecting > CLKSRC_NOMADIK_MTU_SCHED_CLOCK in ./arch/arm/mach-nomadik/Kconfig has no > effect and ./scripts/checkkconfigsymbols.py warns: > > CLKSRC_NOMADIK_MTU_SCHED_CLOCK > Referencing files: arch/arm/mach-nomadik/Kconfig > > Simply drop selecting the obsolete CLKSRC_NOMADIK_MTU_SCHED_CLOCK. > > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> Reviewed-by: Arnd Bergmann <arnd@arndb.de>
On Thu, Oct 28, 2021 at 4:20 PM Lukas Bulwahn <lukas.bulwahn@gmail.com> wrote: > Commit 85b6fcadcf66 ("clocksource/drivers/ux500: Drop Ux500 custom > SCHED_CLOCK") removes a sched_clock workaround and its corresponding > config CLKSRC_NOMADIK_MTU_SCHED_CLOCK. Since then, selecting > CLKSRC_NOMADIK_MTU_SCHED_CLOCK in ./arch/arm/mach-nomadik/Kconfig has no > effect and ./scripts/checkkconfigsymbols.py warns: > > CLKSRC_NOMADIK_MTU_SCHED_CLOCK > Referencing files: arch/arm/mach-nomadik/Kconfig > > Simply drop selecting the obsolete CLKSRC_NOMADIK_MTU_SCHED_CLOCK. > > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> Patch applied to my Nomadik tree! Yours, Linus Walleij
diff --git a/arch/arm/mach-nomadik/Kconfig b/arch/arm/mach-nomadik/Kconfig index e98429be2b18..ab52b1abc453 100644 --- a/arch/arm/mach-nomadik/Kconfig +++ b/arch/arm/mach-nomadik/Kconfig @@ -5,7 +5,6 @@ menuconfig ARCH_NOMADIK select ARM_AMBA select ARM_VIC select CLKSRC_NOMADIK_MTU - select CLKSRC_NOMADIK_MTU_SCHED_CLOCK select CPU_ARM926T select GPIOLIB select MFD_SYSCON
Commit 85b6fcadcf66 ("clocksource/drivers/ux500: Drop Ux500 custom SCHED_CLOCK") removes a sched_clock workaround and its corresponding config CLKSRC_NOMADIK_MTU_SCHED_CLOCK. Since then, selecting CLKSRC_NOMADIK_MTU_SCHED_CLOCK in ./arch/arm/mach-nomadik/Kconfig has no effect and ./scripts/checkkconfigsymbols.py warns: CLKSRC_NOMADIK_MTU_SCHED_CLOCK Referencing files: arch/arm/mach-nomadik/Kconfig Simply drop selecting the obsolete CLKSRC_NOMADIK_MTU_SCHED_CLOCK. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> --- arch/arm/mach-nomadik/Kconfig | 1 - 1 file changed, 1 deletion(-)