commit | bc31ec4df58d0ba0de9dae6f651bc9bfa1c2f19a | [log] [tgz] |
---|---|---|
author | Hannes Reinecke <hare@suse.de> | Fri Apr 24 13:18:41 2015 +0200 |
committer | James Bottomley <JBottomley@Odin.com> | Mon May 25 23:00:59 2015 -0700 |
tree | 429f6bcff17026b69ea8da0ee86ff18156f21f40 | |
parent | 00742c91648cee6f5209b3a18e8b6d21e3b4f0e7 [diff] |
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>