From: Lendacky, Thomas Date: Tue, 5 Aug 2014 18:30:38 +0000 (-0500) Subject: amd-xgbe: Use dma_set_mask_and_coherent to set DMA mask X-Git-Tag: cleanup-for-v3.18~108^2~3^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3d0e78d2e733176c2b0d23e7a7d871c7a33c2d6;p=pandora-kernel.git amd-xgbe: Use dma_set_mask_and_coherent to set DMA mask Use the dma_set_mask_and_coherent function to set the DMA mask rather than setting the DMA mask fields directly. This was originally done to work around a bug in the arm64 DMA support when RAM started above the 4GB boundary which has since been fixed. Signed-off-by: Tom Lendacky Signed-off-by: David S. Miller --- Reading git-diff-tree failed