diff options
author | Mathias Nyman <[email protected]> | 2020-07-23 17:45:09 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2020-07-23 17:05:26 +0200 |
commit | bcf87ea6e2d08eab75ba2aa53336a630421becfb (patch) | |
tree | 2e9333f0726edeadc5633b13c58cf0b6d72407cc /drivers/fpga/fpga-bridge.c | |
parent | c9dd94385d48529da7a2eb88963883b8080e83d9 (diff) |
xhci: dbc: Remove dbc_dma_free_coherent() wrapper
dbc_dma_free_coherent() takes struct xhci_hcd pointer as a parameter, but
does nothing more than calls dma_free_coherent().
Remove it and call dma_free_coherent() directly instead.
No functional changes
This change helps decoupling xhci and DbC
Signed-off-by: Mathias Nyman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-bridge.c')
0 files changed, 0 insertions, 0 deletions