Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eb36f293 authored by Daniel Lezcano's avatar Daniel Lezcano
Browse files

clocksource/drivers/timer-pxa: 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: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
parent bcc5a050
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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