m68knommu: Move forward declaration of do_IRQ() from machdep.h to irq.h
authorGeert Uytterhoeven <geert@linux-m68k.org>
Sun, 3 Jul 2011 09:09:57 +0000 (11:09 +0200)
committerGreg Ungerer <gerg@uclinux.org>
Mon, 25 Jul 2011 01:20:41 +0000 (11:20 +1000)
It is not machine-specific, but common irq infrastructure.
Also add the missing asmlinkage, to match its definition.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>

No differences found