dma-mapping: move dma-debug.h to kernel/dma/
authorChristoph Hellwig <hch@lst.de>
Fri, 11 Sep 2020 08:12:44 +0000 (10:12 +0200)
committerChristoph Hellwig <hch@lst.de>
Tue, 6 Oct 2020 05:07:05 +0000 (07:07 +0200)
commita1fd09e8e6ae35228ecc7c1e4bfff1fd725f78a0
tree09097eab9b8b979151b207ef218aa4bb2ea0d975
parent5db5d93089880c3cc9e83ca8bba68a5502e92dfe
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>
13 files changed:
arch/arm/include/asm/dma-iommu.h
arch/arm/include/asm/dma-mapping.h
arch/microblaze/kernel/dma.c
arch/sh/drivers/pci/pci.c
arch/x86/include/asm/dma-mapping.h
arch/x86/kernel/pci-dma.c
drivers/pci/pci-driver.c
include/linux/dma-map-ops.h
include/linux/dma-mapping.h
kernel/dma/debug.c
kernel/dma/debug.h [moved from include/linux/dma-debug.h with 81% similarity]
kernel/dma/mapping.c
mm/memory.c