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>
This commit is contained in:

committed by
James Bottomley

parent
00742c9164
commit
bc31ec4df5
@@ -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
|
||||
|
Reference in New Issue
Block a user