]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
clocksource/drivers/timer-pxa: Rename the file for consistency
authorDaniel Lezcano <daniel.lezcano@linaro.org>
Tue, 19 Feb 2019 09:40:06 +0000 (10:40 +0100)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Sat, 23 Feb 2019 11:13:45 +0000 (12:13 +0100)
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 <daniel.lezcano@linaro.org>
drivers/clocksource/Makefile
drivers/clocksource/timer-pxa.c [moved from drivers/clocksource/pxa_timer.c with 100% similarity]

index 47052ea15f2019fa58b47e4e6de237a5ab9dbf70..a9e7c642ecce10fe67893317ab19b2c1ce9a55cc 100644 (file)
@@ -29,7 +29,7 @@ obj-$(CONFIG_BCM2835_TIMER)   += bcm2835_timer.o
 obj-$(CONFIG_CLPS711X_TIMER)   += clps711x-timer.o
 obj-$(CONFIG_ATLAS7_TIMER)     += timer-atlas7.o
 obj-$(CONFIG_MXS_TIMER)                += mxs_timer.o
-obj-$(CONFIG_CLKSRC_PXA)       += pxa_timer.o
+obj-$(CONFIG_CLKSRC_PXA)       += timer-pxa.o
 obj-$(CONFIG_PRIMA2_TIMER)     += timer-prima2.o
 obj-$(CONFIG_U300_TIMER)       += timer-u300.o
 obj-$(CONFIG_SUN4I_TIMER)      += timer-sun4i.o