]> git.baikalelectronics.ru Git - kernel.git/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)
commit2517645ebe5ce278f630c3d061a41b2329e4df94
tree71df925234098566e9497c0e91aa2a1eea2bc8bc
parent6d0f2e10109359c0017a4cede3c29cb98086d5a6
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