aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci-driver.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2020-09-11 10:12:44 +0200
committerChristoph Hellwig <hch@lst.de>2020-10-06 07:07:05 +0200
commita1fd09e8e6ae35228ecc7c1e4bfff1fd725f78a0 (patch)
tree09097eab9b8b979151b207ef218aa4bb2ea0d975 /drivers/pci/pci-driver.c
parentdma-mapping: remove <asm/dma-contiguous.h> (diff)
downloadlinux-dev-a1fd09e8e6ae35228ecc7c1e4bfff1fd725f78a0.tar.xz
linux-dev-a1fd09e8e6ae35228ecc7c1e4bfff1fd725f78a0.zip
dma-mapping: move dma-debug.h to kernel/dma/
Most of dma-debug.h is not required by anything outside of kernel/dma. Move the four declarations needed by dma-mappin.h or dma-ops providers into dma-mapping.h and dma-map-ops.h, and move the remainder of the file to kernel/dma/debug.h. Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers/pci/pci-driver.c')
-rw-r--r--drivers/pci/pci-driver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/pci-driver.c b/drivers/pci/pci-driver.c
index 449466f71040..d1b7169c0684 100644
--- a/drivers/pci/pci-driver.c
+++ b/drivers/pci/pci-driver.c
@@ -19,6 +19,7 @@
#include <linux/kexec.h>
#include <linux/of_device.h>
#include <linux/acpi.h>
+#include <linux/dma-map-ops.h>
#include "pci.h"
#include "pcie/portdrv.h"