]> Pileus Git - ~andy/linux/commit
ixgbe: Drop references to deprecated pci_ DMA api and instead use dma_ API
authorAlexander Duyck <alexander.h.duyck@intel.com>
Sat, 5 May 2012 05:32:32 +0000 (05:32 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 20 Jul 2012 01:13:57 +0000 (18:13 -0700)
commit1bf91cdc1bba94ea062a9147d924815c13f029f2
tree71df925234098566e9497c0e91aa2a1eea2bc8bc
parentd773d1310625be3b040b436178ad59a0af8888f1
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 <alexander.h.duyck@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.c
drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.h