All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] clocksource: remove left-over from removing the timer-atcpit100 driver
@ 2022-03-11 15:01 Lukas Bulwahn
  2022-03-11 15:20 ` Arnd Bergmann
  0 siblings, 1 reply; 2+ messages in thread
From: Lukas Bulwahn @ 2022-03-11 15:01 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: Alan Kao, Daniel Lezcano, Thomas Gleixner, kernel-janitors,
	linux-kernel, Lukas Bulwahn

Commit 3edb65f4e8fd ("nds32: Remove the architecture") removes the config
ATCPIT100_TIMER and its corresponding source file timer-atcpit100.c, but it
misses to remove the corresponding line in the clocksource Makefile.

So, remove this left-over of this driver removal in the Makefile now.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
Arnd, please pick this minor clean-up to your nds32 architecture removal.

 drivers/clocksource/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/clocksource/Makefile b/drivers/clocksource/Makefile
index fa5f624eadb6..9c85ee2bb373 100644
--- a/drivers/clocksource/Makefile
+++ b/drivers/clocksource/Makefile
@@ -81,7 +81,6 @@ obj-$(CONFIG_INGENIC_SYSOST)	+= ingenic-sysost.o
 obj-$(CONFIG_INGENIC_TIMER)		+= ingenic-timer.o
 obj-$(CONFIG_CLKSRC_ST_LPC)		+= clksrc_st_lpc.o
 obj-$(CONFIG_X86_NUMACHIP)		+= numachip.o
-obj-$(CONFIG_ATCPIT100_TIMER)		+= timer-atcpit100.o
 obj-$(CONFIG_RISCV_TIMER)		+= timer-riscv.o
 obj-$(CONFIG_CLINT_TIMER)		+= timer-clint.o
 obj-$(CONFIG_CSKY_MP_TIMER)		+= timer-mp-csky.o
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] clocksource: remove left-over from removing the timer-atcpit100 driver
  2022-03-11 15:01 [PATCH] clocksource: remove left-over from removing the timer-atcpit100 driver Lukas Bulwahn
@ 2022-03-11 15:20 ` Arnd Bergmann
  0 siblings, 0 replies; 2+ messages in thread
From: Arnd Bergmann @ 2022-03-11 15:20 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: Arnd Bergmann, Alan Kao, Daniel Lezcano, Thomas Gleixner,
	kernel-janitors, Linux Kernel Mailing List

On Fri, Mar 11, 2022 at 4:01 PM Lukas Bulwahn <lukas.bulwahn@gmail.com> wrote:
>
> Commit 3edb65f4e8fd ("nds32: Remove the architecture") removes the config
> ATCPIT100_TIMER and its corresponding source file timer-atcpit100.c, but it
> misses to remove the corresponding line in the clocksource Makefile.
>
> So, remove this left-over of this driver removal in the Makefile now.
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
> Arnd, please pick this minor clean-up to your nds32 architecture removal.

Thanks for catching this!

I had actually fixed it up locally after noticiing the same thing, but failed to
push my updated commit because it required a force-push.

I have now pushed my earlier branch, which also contains an updated
changelog text.

         Arnd

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-11 15:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-11 15:01 [PATCH] clocksource: remove left-over from removing the timer-atcpit100 driver Lukas Bulwahn
2022-03-11 15:20 ` Arnd Bergmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.