From: Alexander Duyck Date: Sat, 5 May 2012 05:32:32 +0000 (+0000) Subject: ixgbe: Drop references to deprecated pci_ DMA api and instead use dma_ API X-Git-Tag: v3.6-rc1~125^2~47^2~6 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bf91cdc1bba94ea062a9147d924815c13f029f2;p=pandora-kernel.git ixgbe: Drop references to deprecated pci_ DMA api and instead use dma_ API The networking side of the code had already been updated to use dma_ calls instead of the old pci_ calls. However it looks like the FCoE code was never updated. This change goes through and moves everything from the pci APIs to the dma APIs. Signed-off-by: Alexander Duyck Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed