diff options
Diffstat (limited to 'drivers/scsi/eata.c')
-rw-r--r-- | drivers/scsi/eata.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/scsi/eata.c b/drivers/scsi/eata.c index a5ff43b1b263..2d38025861a5 100644 --- a/drivers/scsi/eata.c +++ b/drivers/scsi/eata.c | |||
@@ -875,7 +875,7 @@ static unsigned long io_port[] = { | |||
875 | /* But transfer orientation from the 16 bit data register is Little Endian */ | 875 | /* But transfer orientation from the 16 bit data register is Little Endian */ |
876 | #define REG2H(x) le16_to_cpu(x) | 876 | #define REG2H(x) le16_to_cpu(x) |
877 | 877 | ||
878 | static irqreturn_t do_interrupt_handler(int, void *, struct pt_regs *); | 878 | static irqreturn_t do_interrupt_handler(int, void *); |
879 | static void flush_dev(struct scsi_device *, unsigned long, struct hostdata *, | 879 | static void flush_dev(struct scsi_device *, unsigned long, struct hostdata *, |
880 | unsigned int); | 880 | unsigned int); |
881 | static int do_trace = 0; | 881 | static int do_trace = 0; |
@@ -2555,8 +2555,7 @@ static irqreturn_t ihdlr(int irq, struct Scsi_Host *shost) | |||
2555 | return IRQ_NONE; | 2555 | return IRQ_NONE; |
2556 | } | 2556 | } |
2557 | 2557 | ||
2558 | static irqreturn_t do_interrupt_handler(int irq, void *shap, | 2558 | static irqreturn_t do_interrupt_handler(int irq, void *shap) |
2559 | struct pt_regs *regs) | ||
2560 | { | 2559 | { |
2561 | struct Scsi_Host *shost; | 2560 | struct Scsi_Host *shost; |
2562 | unsigned int j; | 2561 | unsigned int j; |