diff options
author | YueHaibing <[email protected]> | 2019-06-12 12:19:54 +0800 |
---|---|---|
committer | Vinod Koul <[email protected]> | 2019-06-12 10:22:02 +0530 |
commit | 83eb5cfcd5e35967d5e136d1266378933372a41a (patch) | |
tree | d446366a9cc51e402641cdfd19d21cd7e9a8e897 /net/lapb/lapb_timer.c | |
parent | fe333389ccce1f1e9c0807ee904fba0ca79fa3a9 (diff) |
dmaengine: dw-edma: Fix build error without CONFIG_PCI_MSI
If CONFIG_PCI_MSI is not set, building with CONFIG_DW_EDMA
fails:
drivers/dma/dw-edma/dw-edma-core.c: In function dw_edma_irq_request:
drivers/dma/dw-edma/dw-edma-core.c:784:21: error: implicit declaration of function pci_irq_vector; did you mean rcu_irq_enter? [-Werror=implicit-function-declaration]
err = request_irq(pci_irq_vector(to_pci_dev(dev), 0),
^~~~~~~~~~~~~~
Reported-by: Hulk Robot <[email protected]>
Fixes: e63d79d1ffcd ("dmaengine: Add Synopsys eDMA IP core driver")
Signed-off-by: YueHaibing <[email protected]>
Reported-by: Randy Dunlap <[email protected]>
Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions