]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
m68knommu: use setup_irq() in 68360 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)
commitaa1f1d10e6f80362123fd7f736011f3ddd3acf25
tree00a8dda7cf494d4f689145a19649c4529f75aa05
parentc423941890daebe2205a11bca7b51907f2b13940
m68knommu: use setup_irq() in 68360 timer code

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