diff options
Diffstat (limited to 'drivers/scsi/aic7xxx/aic7xxx_osm.c')
-rw-r--r-- | drivers/scsi/aic7xxx/aic7xxx_osm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/scsi/aic7xxx/aic7xxx_osm.c b/drivers/scsi/aic7xxx/aic7xxx_osm.c index fd2b9785ff4f..5e42dac23505 100644 --- a/drivers/scsi/aic7xxx/aic7xxx_osm.c +++ b/drivers/scsi/aic7xxx/aic7xxx_osm.c | |||
@@ -129,6 +129,7 @@ static struct scsi_transport_template *ahc_linux_transport_template = NULL; | |||
129 | #include <linux/mm.h> /* For fetching system memory size */ | 129 | #include <linux/mm.h> /* For fetching system memory size */ |
130 | #include <linux/blkdev.h> /* For block_size() */ | 130 | #include <linux/blkdev.h> /* For block_size() */ |
131 | #include <linux/delay.h> /* For ssleep/msleep */ | 131 | #include <linux/delay.h> /* For ssleep/msleep */ |
132 | #include <linux/slab.h> | ||
132 | 133 | ||
133 | 134 | ||
134 | /* | 135 | /* |
@@ -2290,7 +2291,7 @@ ahc_linux_queue_recovery_cmd(struct scsi_cmnd *cmd, scb_flag flag) | |||
2290 | * In the non-paging case, the sequencer will | 2291 | * In the non-paging case, the sequencer will |
2291 | * never re-reference the in-core SCB. | 2292 | * never re-reference the in-core SCB. |
2292 | * To make sure we are notified during | 2293 | * To make sure we are notified during |
2293 | * reslection, set the MK_MESSAGE flag in | 2294 | * reselection, set the MK_MESSAGE flag in |
2294 | * the card's copy of the SCB. | 2295 | * the card's copy of the SCB. |
2295 | */ | 2296 | */ |
2296 | if ((ahc->flags & AHC_PAGESCBS) == 0) { | 2297 | if ((ahc->flags & AHC_PAGESCBS) == 0) { |