m68knommu: use setup_irq() in ColdFire simple timer
authorGreg Ungerer <gerg@snapgear.com>
Thu, 26 Jul 2007 15:09:00 +0000 (01:09 +1000)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 26 Jul 2007 18:05:20 +0000 (11:05 -0700)
commitc52a2cda561fd40543d839e8e0c75b6d964a67ad
treecf0327c2897ea50b2ec09d1f558674cfef3ece09
parent374c3f552d7c7731cf25b0d4938e9d14d9251bf4
m68knommu: use setup_irq() in ColdFire simple timer

Use setup_irq() instead of request_irq() to set up system timer
in ColdFire simple timer code. With the old m68knommu irq code this
was safe, but it is not now within the generic irq framework.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/m68knommu/platform/5307/timers.c