sh: Consolidate MTU2/CMT/TMU timer platform data.
authorPaul Mundt <lethal@linux-sh.org>
Sun, 3 May 2009 08:57:17 +0000 (17:57 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Sun, 3 May 2009 08:57:17 +0000 (17:57 +0900)
commit46a12f7426d71cabc08972cf8d3ffdd441d26a3a
tree40689b826cc2b24d62bc5be1e08db27593072873
parentd43a41bf8b504a1d9f0b4ce7e17d803f4ef39d84
sh: Consolidate MTU2/CMT/TMU timer platform data.

All of the SH timers use a roughly identical structure for platform data,
which presently is broken out for each block. Consolidate all of these
definitions, as there is no reason for them to be broken out in the first
place.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
17 files changed:
arch/sh/kernel/cpu/sh2/setup-sh7619.c
arch/sh/kernel/cpu/sh2a/setup-mxg.c
arch/sh/kernel/cpu/sh2a/setup-sh7201.c
arch/sh/kernel/cpu/sh2a/setup-sh7203.c
arch/sh/kernel/cpu/sh2a/setup-sh7206.c
arch/sh/kernel/cpu/sh4a/setup-sh7343.c
arch/sh/kernel/cpu/sh4a/setup-sh7366.c
arch/sh/kernel/cpu/sh4a/setup-sh7722.c
arch/sh/kernel/cpu/sh4a/setup-sh7723.c
arch/sh/kernel/cpu/sh4a/setup-sh7724.c
drivers/clocksource/sh_cmt.c
drivers/clocksource/sh_mtu2.c
drivers/clocksource/sh_tmu.c
include/linux/sh_cmt.h [deleted file]
include/linux/sh_mtu2.h [deleted file]
include/linux/sh_timer.h [new file with mode: 0644]
include/linux/sh_tmu.h [deleted file]