Skip to content

Commit c5421d7

Browse files
rjarzmikdlezcano
authored andcommitted
clocksource: pxa: Move PXA timer to clocksource framework
Move time.c from arch/arm/mach-pxa/time.c to drivers/clocksource/pxa_timer.c. Signed-off-by: Robert Jarzmik <[email protected]> Signed-off-by: Daniel Lezcano <[email protected]>
1 parent fd944da commit c5421d7

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

arch/arm/mach-pxa/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Common support (must be linked before board specific support)
66
obj-y += clock.o devices.o generic.o irq.o \
7-
time.o reset.o
7+
reset.o
88
obj-$(CONFIG_PM) += pm.o sleep.o standby.o
99

1010
# Generic drivers that other drivers may depend upon

drivers/clocksource/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ obj-$(CONFIG_ARCH_CLPS711X) += clps711x-timer.o
2020
obj-$(CONFIG_ARCH_MARCO) += timer-marco.o
2121
obj-$(CONFIG_ARCH_MOXART) += moxart_timer.o
2222
obj-$(CONFIG_ARCH_MXS) += mxs_timer.o
23+
obj-$(CONFIG_ARCH_PXA) += pxa_timer.o
2324
obj-$(CONFIG_ARCH_PRIMA2) += timer-prima2.o
2425
obj-$(CONFIG_ARCH_U300) += timer-u300.o
2526
obj-$(CONFIG_SUN4I_TIMER) += sun4i_timer.o
File renamed without changes.

0 commit comments

Comments
 (0)