]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit012aca0295dfe95394533a41d438194fa1ba8603
tree7322cdcb5464a937ddaa132b9148a4faeac26de1
parent2e239c8c8465ee5113a62d2c26bb8cd48310d955
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