Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clocksource/drivers/tcb_clksrc: Rename the file for consistency

For the sake of consistency, let's rename the file to a name similar
to other file names in this directory.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>

authored by

Alexandre Belloni and committed by
Daniel Lezcano
a7aae768 2f982703

+1 -1
+1 -1
drivers/clocksource/Makefile
··· 3 3 obj-$(CONFIG_TIMER_PROBE) += timer-probe.o 4 4 obj-$(CONFIG_ATMEL_PIT) += timer-atmel-pit.o 5 5 obj-$(CONFIG_ATMEL_ST) += timer-atmel-st.o 6 - obj-$(CONFIG_ATMEL_TCB_CLKSRC) += tcb_clksrc.o 6 + obj-$(CONFIG_ATMEL_TCB_CLKSRC) += timer-atmel-tcb.o 7 7 obj-$(CONFIG_X86_PM_TIMER) += acpi_pm.o 8 8 obj-$(CONFIG_SCx200HR_TIMER) += scx200_hrt.o 9 9 obj-$(CONFIG_CS5535_CLOCK_EVENT_SRC) += timer-cs5535.o
drivers/clocksource/tcb_clksrc.c drivers/clocksource/timer-atmel-tcb.c