commit | be03e56b777362a70f29399aaff9989fc3f3de63 | [log] [tgz] |
---|---|---|
author | Greg Ungerer <gerg@snapgear.com> | Fri Jul 27 01:09:00 2007 +1000 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Thu Jul 26 11:05:20 2007 -0700 |
tree | 2d1f8ca257359c183b92972dc1a25f3bfced4e7e | |
parent | 5c4525da3b43ab194b99ea13142fa1f98fcba2fe [diff] |
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>