From: Daniel Lezcano Date: Tue, 19 Feb 2019 10:06:46 +0000 (+0100) Subject: clocksource/drivers/timer-cs5535: Rename the file for consistency X-Git-Tag: v5.1-rc1~170^2^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=371eec9b822b25c0fd8523487a78050ad813db7e;p=thirdparty%2Fkernel%2Fstable.git clocksource/drivers/timer-cs5535: 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: Daniel Lezcano --- diff --git a/drivers/clocksource/Makefile b/drivers/clocksource/Makefile index a9e7c642ecce1..c4a8e9ef932a4 100644 --- a/drivers/clocksource/Makefile +++ b/drivers/clocksource/Makefile @@ -6,7 +6,7 @@ obj-$(CONFIG_ATMEL_ST) += timer-atmel-st.o obj-$(CONFIG_ATMEL_TCB_CLKSRC) += tcb_clksrc.o obj-$(CONFIG_X86_PM_TIMER) += acpi_pm.o obj-$(CONFIG_SCx200HR_TIMER) += scx200_hrt.o -obj-$(CONFIG_CS5535_CLOCK_EVENT_SRC) += cs5535-clockevt.o +obj-$(CONFIG_CS5535_CLOCK_EVENT_SRC) += timer-cs5535.o obj-$(CONFIG_CLKSRC_JCORE_PIT) += jcore-pit.o obj-$(CONFIG_SH_TIMER_CMT) += sh_cmt.o obj-$(CONFIG_SH_TIMER_MTU2) += sh_mtu2.o diff --git a/drivers/clocksource/cs5535-clockevt.c b/drivers/clocksource/timer-cs5535.c similarity index 100% rename from drivers/clocksource/cs5535-clockevt.c rename to drivers/clocksource/timer-cs5535.c