]> git.karo-electronics.de Git - karo-tx-linux.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>
Sun, 13 Nov 2011 10:20:26 +0000 (11:20 +0100)
commit6e4e1b5580b47e2e74c5834188969bde602caf72
tree58e362fea502575d53477d4757c000332b93872e
parent4a35cc68a57dae61f846041b42e6f3550375bfce
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