From: Alexander Duyck Date: Tue, 7 Apr 2015 23:55:14 +0000 (-0700) Subject: sungem, sunhme, sunvnet: Update drivers to use dma_wmb/rmb X-Git-Tag: omap-for-v4.1/fixes-rc1~141^2~52^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4468cc6f2aeccaea74baa3b211a49851fd84158;p=pandora-kernel.git sungem, sunhme, sunvnet: Update drivers to use dma_wmb/rmb This patch goes through and replaces wmb/rmb with dma_wmb/dma_rmb in cases where the barrier is being used to order writes or reads to just memory and doesn't involve any programmed I/O. Signed-off-by: Alexander Duyck Signed-off-by: David S. Miller --- Reading git-diff-tree failed