diff options
author | Andi Kleen <andi@firstfloor.org> | 2008-02-24 18:35:21 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-04-07 13:15:40 -0400 |
commit | 9924a781f3e746ba5aa54cf96ca462b8d0915221 (patch) | |
tree | 19efc3e550cbc5635c4093cf05701862f430b19b /drivers/scsi/hptiop.c | |
parent | b271f1c881ff301ba1fbb52698d4f2b91858f421 (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/hptiop.c')
-rw-r--r-- | drivers/scsi/hptiop.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/hptiop.c b/drivers/scsi/hptiop.c index ff149ad6bc4e..44dccf2b6c8e 100644 --- a/drivers/scsi/hptiop.c +++ b/drivers/scsi/hptiop.c | |||
@@ -903,7 +903,6 @@ static struct scsi_host_template driver_template = { | |||
903 | .eh_device_reset_handler = hptiop_reset, | 903 | .eh_device_reset_handler = hptiop_reset, |
904 | .eh_bus_reset_handler = hptiop_reset, | 904 | .eh_bus_reset_handler = hptiop_reset, |
905 | .info = hptiop_info, | 905 | .info = hptiop_info, |
906 | .unchecked_isa_dma = 0, | ||
907 | .emulated = 0, | 906 | .emulated = 0, |
908 | .use_clustering = ENABLE_CLUSTERING, | 907 | .use_clustering = ENABLE_CLUSTERING, |
909 | .proc_name = driver_name, | 908 | .proc_name = driver_name, |