diff options
Diffstat (limited to 'drivers/scsi/esp.c')
-rw-r--r-- | drivers/scsi/esp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/esp.c b/drivers/scsi/esp.c index 5630868c1b25..2c2fe80bc42a 100644 --- a/drivers/scsi/esp.c +++ b/drivers/scsi/esp.c | |||
@@ -184,7 +184,7 @@ enum { | |||
184 | }; | 184 | }; |
185 | 185 | ||
186 | /* Forward declarations. */ | 186 | /* Forward declarations. */ |
187 | static irqreturn_t esp_intr(int irq, void *dev_id, struct pt_regs *pregs); | 187 | static irqreturn_t esp_intr(int irq, void *dev_id); |
188 | 188 | ||
189 | /* Debugging routines */ | 189 | /* Debugging routines */ |
190 | struct esp_cmdstrings { | 190 | struct esp_cmdstrings { |
@@ -4282,7 +4282,7 @@ state_machine: | |||
4282 | } | 4282 | } |
4283 | 4283 | ||
4284 | /* Service only the ESP described by dev_id. */ | 4284 | /* Service only the ESP described by dev_id. */ |
4285 | static irqreturn_t esp_intr(int irq, void *dev_id, struct pt_regs *pregs) | 4285 | static irqreturn_t esp_intr(int irq, void *dev_id) |
4286 | { | 4286 | { |
4287 | struct esp *esp = dev_id; | 4287 | struct esp *esp = dev_id; |
4288 | unsigned long flags; | 4288 | unsigned long flags; |