commit | e311f68a4e43ade048d7dbaa6b458fbe31114daf | [log] [tgz] |
---|---|---|
author | Greg Ungerer <gerg@snapgear.com> | Tue Mar 04 16:35:04 2008 +1000 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue Mar 04 08:04:11 2008 -0800 |
tree | 5a11366af64599f17a2afec4cd8a82c78ed914b2 | |
parent | 881ab680a49708b785384990ba729c1305e7f978 [diff] |
m68knommu: declare do_IRQ() Need a declaration of do_IRQ for the 68328 interrupt handling code. It is common to all m68knommu targets, so a common declaration makes sense. Signed-off-by: Greg Ungerer <gerg@uclinux.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>