]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
advansys: Remove call to dma_cache_sync()
authorHannes Reinecke <hare@suse.de>
Fri, 24 Apr 2015 11:18:41 +0000 (13:18 +0200)
committerJames Bottomley <JBottomley@Odin.com>
Tue, 26 May 2015 06:00:59 +0000 (23:00 -0700)
commitbc31ec4df58d0ba0de9dae6f651bc9bfa1c2f19a
tree429f6bcff17026b69ea8da0ee86ff18156f21f40
parent00742c91648cee6f5209b3a18e8b6d21e3b4f0e7
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>
drivers/scsi/Kconfig
drivers/scsi/advansys.c