diff options
author | Christoph Hellwig <hch@lst.de> | 2015-11-10 08:56:14 -0500 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2015-12-11 14:52:24 -0500 |
commit | 511cbce2ff8b9d322077909ee90c5d4b67b29b75 (patch) | |
tree | 27e1f9e09332d204ec1a1a506e674ca80ed9e580 /drivers/scsi/ipr.h | |
parent | a2dbb7b56f2c29fc78b18a3fbe47ad80f6912092 (diff) |
irq_poll: make blk-iopoll available outside the block layer
The new name is irq_poll as iopoll is already taken. Better suggestions
welcome.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Bart Van Assche <bart.vanassche@sandisk.com>
Diffstat (limited to 'drivers/scsi/ipr.h')
-rw-r--r-- | drivers/scsi/ipr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/ipr.h b/drivers/scsi/ipr.h index a34c7a5a995e..56c57068300a 100644 --- a/drivers/scsi/ipr.h +++ b/drivers/scsi/ipr.h | |||
@@ -32,7 +32,7 @@ | |||
32 | #include <linux/libata.h> | 32 | #include <linux/libata.h> |
33 | #include <linux/list.h> | 33 | #include <linux/list.h> |
34 | #include <linux/kref.h> | 34 | #include <linux/kref.h> |
35 | #include <linux/blk-iopoll.h> | 35 | #include <linux/irq_poll.h> |
36 | #include <scsi/scsi.h> | 36 | #include <scsi/scsi.h> |
37 | #include <scsi/scsi_cmnd.h> | 37 | #include <scsi/scsi_cmnd.h> |
38 | 38 | ||
@@ -517,7 +517,7 @@ struct ipr_hrr_queue { | |||
517 | u8 allow_cmds:1; | 517 | u8 allow_cmds:1; |
518 | u8 removing_ioa:1; | 518 | u8 removing_ioa:1; |
519 | 519 | ||
520 | struct blk_iopoll iopoll; | 520 | struct irq_poll iopoll; |
521 | }; | 521 | }; |
522 | 522 | ||
523 | /* Command packet structure */ | 523 | /* Command packet structure */ |