]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitcd93cf7c36d7235af02387e9b27b9443b70e650b
tree2d1f8ca257359c183b92972dc1a25f3bfced4e7e
parent83e86775f6b96e0a7b3acaad5cfd3b59fdc9b6b2
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