[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220311150122.23010-1-lukas.bulwahn@gmail.com>
Date: Fri, 11 Mar 2022 16:01:22 +0100
From: Lukas Bulwahn <lukas.bulwahn@...il.com>
To: Arnd Bergmann <arnd@...db.de>
Cc: Alan Kao <alankao@...estech.com>,
Daniel Lezcano <daniel.lezcano@...aro.org>,
Thomas Gleixner <tglx@...utronix.de>,
kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org,
Lukas Bulwahn <lukas.bulwahn@...il.com>
Subject: [PATCH] clocksource: remove left-over from removing the timer-atcpit100 driver
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@...il.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
Powered by blists - more mailing lists