aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/device.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2022-04-19 09:35:29 +0200
committerChristoph Hellwig <hch@lst.de>2022-07-07 18:18:56 +0200
commite3217540c2710f42a2388fe7896f0f28695c00b2 (patch)
treed27914e888b63e668bba904d8ab0e306ea709bf9 /arch/arm/include/asm/device.h
parentARM: sa1100/assabet: move dmabounce hack to ohci driver (diff)
downloadlinux-dev-e3217540c2710f42a2388fe7896f0f28695c00b2.tar.xz
linux-dev-e3217540c2710f42a2388fe7896f0f28695c00b2.zip
ARM/dma-mapping: remove dmabounce
Remove the now unused dmabounce code. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/include/asm/device.h')
-rw-r--r--arch/arm/include/asm/device.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/include/asm/device.h b/arch/arm/include/asm/device.h
index be666f58bf7a..8754c0f5fc90 100644
--- a/arch/arm/include/asm/device.h
+++ b/arch/arm/include/asm/device.h
@@ -6,9 +6,6 @@
#define ASMARM_DEVICE_H
struct dev_archdata {
-#ifdef CONFIG_DMABOUNCE
- struct dmabounce_device_info *dmabounce;
-#endif
#ifdef CONFIG_ARM_DMA_USE_IOMMU
struct dma_iommu_mapping *mapping;
#endif