]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
sh: Move dummy clockevents broadcast timer to its new home.
authorPaul Mundt <lethal@linux-sh.org>
Sun, 3 May 2009 09:29:27 +0000 (18:29 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Sun, 3 May 2009 09:29:27 +0000 (18:29 +0900)
The old arch/sh/kernel/timers/ directly will be going away completely
once the rest of the TMU users are migrated, so move the dummy broadcast
driver up a level in preparation.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/Makefile_32
arch/sh/kernel/Makefile_64
arch/sh/kernel/localtimer.c [moved from arch/sh/kernel/timers/timer-broadcast.c with 100% similarity]
arch/sh/kernel/timers/Makefile

index 82a3a150c00da2505add91e5cfb37d43b82bc597..5b1d4d0fe04d873e55d3d6673d2b527e8747c945 100644 (file)
@@ -32,4 +32,6 @@ obj-$(CONFIG_DYNAMIC_FTRACE)  += ftrace.o
 obj-$(CONFIG_DUMP_CODE)                += disassemble.o
 obj-$(CONFIG_HIBERNATION)      += swsusp.o
 
+obj-$(CONFIG_GENERIC_CLOCKEVENTS_BROADCAST)    += localtimer.o
+
 EXTRA_CFLAGS += -Werror
index fe425d7f6871be9d43a151723e584b3b438598a4..d256c774695747256102d84d190d5887feb1ee38 100644 (file)
@@ -17,4 +17,6 @@ obj-$(CONFIG_STACKTRACE)      += stacktrace.o
 obj-$(CONFIG_IO_TRAPPED)       += io_trapped.o
 obj-$(CONFIG_GENERIC_GPIO)     += gpio.o
 
+obj-$(CONFIG_GENERIC_CLOCKEVENTS_BROADCAST)    += localtimer.o
+
 EXTRA_CFLAGS += -Werror
index 44156df0bdeaf64df10ceebb8d0f4ed714de36e7..8bceba59e76f5fcc216c0e593cb1bd0044461048 100644 (file)
@@ -5,5 +5,3 @@
 obj-y  := timer.o
 
 obj-$(CONFIG_SH_TMU)           += timer-tmu.o
-
-obj-$(CONFIG_GENERIC_CLOCKEVENTS_BROADCAST)    += timer-broadcast.o