clocksource: sh_cmt: use remove_irq() and remove clockevent workaround
authorMagnus Damm <damm@igel.co.jp>
Wed, 1 Apr 2009 14:11:07 +0000 (14:11 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 2 Apr 2009 02:18:48 +0000 (11:18 +0900)
commit3093e78ebab100ada1c724c9f751d9da39602a97
tree4c4ce5e5dd0c44e1fbfb024a4a45616f1f491ae1
parentc4361bb64b81f5b81a7a08d58654493385a2f2b2
clocksource: sh_cmt: use remove_irq() and remove clockevent workaround

Update the sh_cmt driver to make use of recent irq and clockevent changes:
 - use remove_irq() together with setup_irq()
 - remove mult workaround since WARN_ON() now has been moved

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/clocksource/sh_cmt.c