]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit95f2e775e8f08c74e77da0c6bc23449a087bfc0d
treeda3e996d43a671d2d66075fdc7676f17c688b415
parent1273da54f12d921d480ecd4ee862103ff40ce4d9
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