m68knommu: use setup_irq() in 68328 timer code
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)
commitbe03e56b777362a70f29399aaff9989fc3f3de63
tree2d1f8ca257359c183b92972dc1a25f3bfced4e7e
parent5c4525da3b43ab194b99ea13142fa1f98fcba2fe
m68knommu: use setup_irq() in 68328 timer code

Use setup_irq() instead of request_irq() to set up system timer
in 68328 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/68328/timers.c