]> 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)
commit1b75216271df8654918c14d83956512bc7f708ac
tree7322cdcb5464a937ddaa132b9148a4faeac26de1
parent01341e8893fc6e288ccd574e4bab3d62d646eacb
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