diff options
author | Christoph Hellwig <hch@lst.de> | 2022-04-19 09:35:29 +0200 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2022-07-07 18:18:56 +0200 |
commit | e3217540c2710f42a2388fe7896f0f28695c00b2 (patch) | |
tree | d27914e888b63e668bba904d8ab0e306ea709bf9 /arch/arm/include/asm/device.h | |
parent | ARM: sa1100/assabet: move dmabounce hack to ohci driver (diff) | |
download | linux-e3217540c2710f42a2388fe7896f0f28695c00b2.tar.xz linux-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.h | 3 |
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 |