diff options
author | Hannes Reinecke <hare@suse.de> | 2015-04-24 14:18:41 +0300 |
---|---|---|
committer | James Bottomley <JBottomley@Odin.com> | 2015-05-26 09:00:59 +0300 |
commit | bc31ec4df58d0ba0de9dae6f651bc9bfa1c2f19a (patch) | |
tree | 429f6bcff17026b69ea8da0ee86ff18156f21f40 /drivers/scsi/Kconfig | |
parent | 00742c91648cee6f5209b3a18e8b6d21e3b4f0e7 (diff) | |
download | linux-bc31ec4df58d0ba0de9dae6f651bc9bfa1c2f19a.tar.xz |
advansys: Remove call to dma_cache_sync()
Only required if the dma buffer has been allocated via
dma_alloc_noncoherent(), which this one is not.
With that call removed we can now also compile on ARM.
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 896bea681a18..dffd57d54aa2 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 && !ARM + depends on SCSI && VIRT_TO_BUS depends on ISA || EISA || PCI help This is a driver for all SCSI host adapters manufactured by |