diff options
Diffstat (limited to 'drivers/block/acsi.c')
-rw-r--r-- | drivers/block/acsi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/block/acsi.c b/drivers/block/acsi.c index 0b80fbb8dbfd..706cdc6a69ec 100644 --- a/drivers/block/acsi.c +++ b/drivers/block/acsi.c | |||
@@ -346,7 +346,7 @@ static int acsicmd_dma( const char *cmd, char *buffer, int blocks, int | |||
346 | rwflag, int enable); | 346 | rwflag, int enable); |
347 | static int acsi_reqsense( char *buffer, int targ, int lun); | 347 | static int acsi_reqsense( char *buffer, int targ, int lun); |
348 | static void acsi_print_error(const unsigned char *errblk, struct acsi_info_struct *aip); | 348 | static void acsi_print_error(const unsigned char *errblk, struct acsi_info_struct *aip); |
349 | static irqreturn_t acsi_interrupt (int irq, void *data, struct pt_regs *fp); | 349 | static irqreturn_t acsi_interrupt (int irq, void *data); |
350 | static void unexpected_acsi_interrupt( void ); | 350 | static void unexpected_acsi_interrupt( void ); |
351 | static void bad_rw_intr( void ); | 351 | static void bad_rw_intr( void ); |
352 | static void read_intr( void ); | 352 | static void read_intr( void ); |
@@ -726,7 +726,7 @@ static void acsi_print_error(const unsigned char *errblk, struct acsi_info_struc | |||
726 | * | 726 | * |
727 | *******************************************************************/ | 727 | *******************************************************************/ |
728 | 728 | ||
729 | static irqreturn_t acsi_interrupt(int irq, void *data, struct pt_regs *fp ) | 729 | static irqreturn_t acsi_interrupt(int irq, void *data ) |
730 | 730 | ||
731 | { void (*acsi_irq_handler)(void) = do_acsi; | 731 | { void (*acsi_irq_handler)(void) = do_acsi; |
732 | 732 | ||