[ARM] S3C: Move time.c to arch/arm/plat-s3c
Move time.c to arch/arm/plat-s3c to be shared with the S3C64XX implementations. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
This commit is contained in:
@@ -12,3 +12,4 @@ obj- :=
|
|||||||
# Core support for all Samsung SoCs
|
# Core support for all Samsung SoCs
|
||||||
|
|
||||||
obj-y += init.o
|
obj-y += init.o
|
||||||
|
obj-y += time.o
|
||||||
|
@@ -216,7 +216,7 @@ static void s3c2410_timer_setup (void)
|
|||||||
|
|
||||||
tcnt--;
|
tcnt--;
|
||||||
|
|
||||||
printk("timer tcon=%08lx, tcnt %04lx, tcfg %08lx,%08lx, usec %08lx\n",
|
printk(KERN_DEBUG "timer tcon=%08lx, tcnt %04lx, tcfg %08lx,%08lx, usec %08lx\n",
|
||||||
tcon, tcnt, tcfg0, tcfg1, timer_usec_ticks);
|
tcon, tcnt, tcfg0, tcfg1, timer_usec_ticks);
|
||||||
|
|
||||||
/* check to see if timer is within 16bit range... */
|
/* check to see if timer is within 16bit range... */
|
@@ -17,7 +17,6 @@ obj-y += irq.o
|
|||||||
obj-y += devs.o
|
obj-y += devs.o
|
||||||
obj-y += gpio.o
|
obj-y += gpio.o
|
||||||
obj-y += gpiolib.o
|
obj-y += gpiolib.o
|
||||||
obj-y += time.o
|
|
||||||
obj-y += clock.o
|
obj-y += clock.o
|
||||||
obj-y += pwm-clock.o
|
obj-y += pwm-clock.o
|
||||||
obj-$(CONFIG_S3C24XX_DCLK) += clock-dclk.o
|
obj-$(CONFIG_S3C24XX_DCLK) += clock-dclk.o
|
||||||
|
Reference in New Issue
Block a user