aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi_debug.c
diff options
context:
space:
mode:
authorAndi Kleen <andi@firstfloor.org>2008-02-25 00:35:21 +0100
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2008-04-07 12:15:40 -0500
commit9924a781f3e746ba5aa54cf96ca462b8d0915221 (patch)
tree19efc3e550cbc5635c4093cf05701862f430b19b /drivers/scsi/scsi_debug.c
parentb271f1c881ff301ba1fbb52698d4f2b91858f421 (diff)
[SCSI] Remove random noop unchecked_isa_dma users
Lots of drivers set it to 0. Remove that. Patch should be a nop. Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/scsi_debug.c')
-rw-r--r--drivers/scsi/scsi_debug.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/scsi_debug.c b/drivers/scsi/scsi_debug.c
index d1777a9a962..d8a42d9a9fe 100644
--- a/drivers/scsi/scsi_debug.c
+++ b/drivers/scsi/scsi_debug.c
@@ -221,7 +221,6 @@ static struct scsi_host_template sdebug_driver_template = {
.sg_tablesize = 256,
.cmd_per_lun = 16,
.max_sectors = 0xffff,
- .unchecked_isa_dma = 0,
.use_clustering = DISABLE_CLUSTERING,
.module = THIS_MODULE,
};