m68k/atari: Change VME irq numbers from unsigned long to unsigned int
authorGeert Uytterhoeven <geert@linux-m68k.org>
Thu, 18 Aug 2011 18:01:51 +0000 (20:01 +0200)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Sun, 22 Apr 2012 18:16:49 +0000 (20:16 +0200)
Device interrupts numbers were changed to unsigned int in 1997, the year
IRQ_MACHSPEC was killed as well.

Also kill a related cast while we're at it.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: netdev@vger.kernel.org

No differences found