diff options
| author | YueHaibing <[email protected]> | 2020-03-28 11:41:33 +0000 |
|---|---|---|
| committer | Vinod Koul <[email protected]> | 2020-04-15 15:48:57 +0000 |
| commit | ae148b43516d90756ff8255925fb7df142b0c76e (patch) | |
| tree | 259ab731bccb65d58254197a0339c96ce76c4454 /tools/perf/scripts/python/sched-migration.py | |
| parent | Linux 5.7-rc1 (diff) | |
| download | kernel-ae148b43516d90756ff8255925fb7df142b0c76e.tar.gz kernel-ae148b43516d90756ff8255925fb7df142b0c76e.zip | |
dmaengine: hisilicon: Fix build error without PCI_MSI
If PCI_MSI is not set, building fais:
drivers/dma/hisi_dma.c: In function ‘hisi_dma_free_irq_vectors’:
drivers/dma/hisi_dma.c:138:2: error: implicit declaration of function ‘pci_free_irq_vectors’;
did you mean ‘pci_alloc_irq_vectors’? [-Werror=implicit-function-declaration]
pci_free_irq_vectors(data);
^~~~~~~~~~~~~~~~~~~~
Make HISI_DMA depends on PCI_MSI to fix this.
Fixes: e9f08b65250d ("dmaengine: hisilicon: Add Kunpeng DMA engine support")
Signed-off-by: YueHaibing <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions
