diff options
author | Hannes Reinecke <hare@suse.de> | 2015-04-24 11:18:42 (GMT) |
---|---|---|
committer | James Bottomley <JBottomley@Odin.com> | 2015-05-26 06:01:34 (GMT) |
commit | 6571fb3f8b7f7e9595174e01b7e7f1b1ba0427d4 (patch) | |
tree | 457c86b2838eeb23b3209d3bdc608cb46e99891a /drivers/scsi/Kconfig | |
parent | bc31ec4df58d0ba0de9dae6f651bc9bfa1c2f19a (diff) | |
download | linux-6571fb3f8b7f7e9595174e01b7e7f1b1ba0427d4.tar.xz |
advansys: Update to version 3.5 and remove compilation warning
The driver has now been converted to DMA-API, so we should
increase the version number and remove the compilation
warning.
Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r-- | drivers/scsi/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index dffd57d..ab8923d 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig @@ -503,7 +503,7 @@ config SCSI_DPT_I2O config SCSI_ADVANSYS tristate "AdvanSys SCSI support" - depends on SCSI && VIRT_TO_BUS + depends on SCSI depends on ISA || EISA || PCI help This is a driver for all SCSI host adapters manufactured by |