aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/mem-phys-addr.py
diff options
context:
space:
mode:
authorChristophe JAILLET <[email protected]>2021-09-14 10:33:20 +0200
committerDavid S. Miller <[email protected]>2021-09-14 12:46:30 +0100
commita1ac1b6e4137f5bb5cbb4a79456193c9ed1127d4 (patch)
treeaf161ca0bbd565771762abc51b138d051981ae4a /tools/perf/scripts/python/mem-phys-addr.py
parent478a31403b365d2f7b35a0cae8ee3e0594dc5bb1 (diff)
s390/ism: switch from 'pci_' to 'dma_' API
The wrappers in include/linux/pci-dma-compat.h should go away. The patch has been generated with the coccinelle script below. @@ expression e1, e2; @@ - pci_set_dma_mask(e1, e2) + dma_set_mask(&e1->dev, e2) Signed-off-by: Christophe JAILLET <[email protected]> Signed-off-by: Karsten Graul <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions