diff options
Diffstat (limited to 'drivers/scsi/u14-34f.c')
-rw-r--r-- | drivers/scsi/u14-34f.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/scsi/u14-34f.c b/drivers/scsi/u14-34f.c index 57449611e714..3de08a15de40 100644 --- a/drivers/scsi/u14-34f.c +++ b/drivers/scsi/u14-34f.c | |||
@@ -634,7 +634,7 @@ static unsigned long io_port[] = { | |||
634 | #define H2DEV(x) cpu_to_le32(x) | 634 | #define H2DEV(x) cpu_to_le32(x) |
635 | #define DEV2H(x) le32_to_cpu(x) | 635 | #define DEV2H(x) le32_to_cpu(x) |
636 | 636 | ||
637 | static irqreturn_t do_interrupt_handler(int, void *, struct pt_regs *); | 637 | static irqreturn_t do_interrupt_handler(int, void *); |
638 | static void flush_dev(struct scsi_device *, unsigned long, unsigned int, unsigned int); | 638 | static void flush_dev(struct scsi_device *, unsigned long, unsigned int, unsigned int); |
639 | static int do_trace = FALSE; | 639 | static int do_trace = FALSE; |
640 | static int setup_done = FALSE; | 640 | static int setup_done = FALSE; |
@@ -1932,8 +1932,7 @@ none: | |||
1932 | return IRQ_NONE; | 1932 | return IRQ_NONE; |
1933 | } | 1933 | } |
1934 | 1934 | ||
1935 | static irqreturn_t do_interrupt_handler(int irq, void *shap, | 1935 | static irqreturn_t do_interrupt_handler(int irq, void *shap) { |
1936 | struct pt_regs *regs) { | ||
1937 | unsigned int j; | 1936 | unsigned int j; |
1938 | unsigned long spin_flags; | 1937 | unsigned long spin_flags; |
1939 | irqreturn_t ret; | 1938 | irqreturn_t ret; |