diff options
Diffstat (limited to 'drivers/block/ub.c')
-rw-r--r-- | drivers/block/ub.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/block/ub.c b/drivers/block/ub.c index 45a8f402b07b..0d5c73f07265 100644 --- a/drivers/block/ub.c +++ b/drivers/block/ub.c | |||
@@ -362,7 +362,7 @@ static void ub_end_rq(struct request *rq, unsigned int status); | |||
362 | static int ub_rw_cmd_retry(struct ub_dev *sc, struct ub_lun *lun, | 362 | static int ub_rw_cmd_retry(struct ub_dev *sc, struct ub_lun *lun, |
363 | struct ub_request *urq, struct ub_scsi_cmd *cmd); | 363 | struct ub_request *urq, struct ub_scsi_cmd *cmd); |
364 | static int ub_submit_scsi(struct ub_dev *sc, struct ub_scsi_cmd *cmd); | 364 | static int ub_submit_scsi(struct ub_dev *sc, struct ub_scsi_cmd *cmd); |
365 | static void ub_urb_complete(struct urb *urb, struct pt_regs *pt); | 365 | static void ub_urb_complete(struct urb *urb); |
366 | static void ub_scsi_action(unsigned long _dev); | 366 | static void ub_scsi_action(unsigned long _dev); |
367 | static void ub_scsi_dispatch(struct ub_dev *sc); | 367 | static void ub_scsi_dispatch(struct ub_dev *sc); |
368 | static void ub_scsi_urb_compl(struct ub_dev *sc, struct ub_scsi_cmd *cmd); | 368 | static void ub_scsi_urb_compl(struct ub_dev *sc, struct ub_scsi_cmd *cmd); |
@@ -959,7 +959,7 @@ static void ub_urb_timeout(unsigned long arg) | |||
959 | * the sc->lock taken) and from an interrupt (while we do NOT have | 959 | * the sc->lock taken) and from an interrupt (while we do NOT have |
960 | * the sc->lock taken). Therefore, bounce this off to a tasklet. | 960 | * the sc->lock taken). Therefore, bounce this off to a tasklet. |
961 | */ | 961 | */ |
962 | static void ub_urb_complete(struct urb *urb, struct pt_regs *pt) | 962 | static void ub_urb_complete(struct urb *urb) |
963 | { | 963 | { |
964 | struct ub_dev *sc = urb->context; | 964 | struct ub_dev *sc = urb->context; |
965 | 965 | ||
@@ -1923,7 +1923,7 @@ err_alloc: | |||
1923 | 1923 | ||
1924 | /* | 1924 | /* |
1925 | */ | 1925 | */ |
1926 | static void ub_probe_urb_complete(struct urb *urb, struct pt_regs *pt) | 1926 | static void ub_probe_urb_complete(struct urb *urb) |
1927 | { | 1927 | { |
1928 | struct completion *cop = urb->context; | 1928 | struct completion *cop = urb->context; |
1929 | complete(cop); | 1929 | complete(cop); |