diff options
author | Johannes Thumshirn <jthumshirn@suse.de> | 2016-11-17 12:31:21 +0300 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2016-11-18 04:15:26 +0300 |
commit | 6aa858cd335a94e2824ed542140ac9704c0a64e2 (patch) | |
tree | df644f8b29270d49040fbd848765bff309cafb96 /include/linux/bsg-lib.h | |
parent | c00da4c90ffd066cdfe7f53ff3529c8ab4a35db0 (diff) | |
download | linux-6aa858cd335a94e2824ed542140ac9704c0a64e2.tar.xz |
scsi: fc: use bsg_softirq_done
bsg_softirq_done() and fc_bsg_softirq_done() are copies of each other, so
ditch the fc specific one.
Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de>
Reviewed-by: Hannes Reinecke <hare@suse.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'include/linux/bsg-lib.h')
-rw-r--r-- | include/linux/bsg-lib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/bsg-lib.h b/include/linux/bsg-lib.h index 67f7de6146c9..09f304437cd6 100644 --- a/include/linux/bsg-lib.h +++ b/include/linux/bsg-lib.h @@ -70,5 +70,6 @@ int bsg_setup_queue(struct device *dev, struct request_queue *q, char *name, bsg_job_fn *job_fn, int dd_job_size); void bsg_request_fn(struct request_queue *q); void bsg_destroy_job(struct kref *kref); +void bsg_softirq_done(struct request *rq); #endif |