]> 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>
Mon, 28 Nov 2011 20:32:33 +0000 (21:32 +0100)
commit3ca14f458238db443ea5958971b2d7c0f28d8773
treedbb318dbcd42d054c3139fb03ad4ea5928eb6d54
parent898d83762f473a5b77870d46e21a21856689674c
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