m68k/mac: cleanup mac_irq_pending
authorFinn Thain <fthain@telegraphics.com.au>
Sun, 23 Oct 2011 14:11:14 +0000 (01:11 +1100)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Sat, 10 Dec 2011 18:52:46 +0000 (19:52 +0100)
commit30c0527d15ce4edcde64581e9d062ba9fb08fe16
treeda3e996d43a671d2d66075fdc7676f17c688b415
parent56e63689fd866a865682fe14dc5a7e1ec3b2c3ad
m68k/mac: cleanup mac_irq_pending

mac_irq_pending() has only one caller (mac_esp.c). Nothing tests for Baboon, PSC or OSS pending interrupts. Until that need arises, let's keep it simple and remove all the unused abstraction. Replace it with a routine to check for SCSI DRQ.

Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/include/asm/mac_via.h
arch/m68k/include/asm/macintosh.h
arch/m68k/mac/baboon.c
arch/m68k/mac/macints.c
arch/m68k/mac/oss.c
arch/m68k/mac/psc.c
arch/m68k/mac/via.c
drivers/scsi/mac_esp.c