forcedeth: replace pci_map_single with dma_map_single functions
authorZhu Yanjun <yanjun.zhu@oracle.com>
Fri, 15 Sep 2017 03:01:51 +0000 (23:01 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 18 Sep 2017 21:48:17 +0000 (14:48 -0700)
commit7598b3498bfdad49d2b19bf0cba829922a9689a9
tree7322cdcb5464a937ddaa132b9148a4faeac26de1
parent5416953fc932f19453edb29244924ead7553f034
forcedeth: replace pci_map_single with dma_map_single functions

pci_map_single functions are obsolete. So replace them with
dma_map_single functions.

Signed-off-by: Zhu Yanjun <yanjun.zhu@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/nvidia/forcedeth.c