aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/include/asm/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/tile/include/asm/device.h')
-rw-r--r--arch/tile/include/asm/device.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/tile/include/asm/device.h b/arch/tile/include/asm/device.h
index 25f23ac7d361..1cf45422a0df 100644
--- a/arch/tile/include/asm/device.h
+++ b/arch/tile/include/asm/device.h
@@ -17,9 +17,6 @@
17#define _ASM_TILE_DEVICE_H 17#define _ASM_TILE_DEVICE_H
18 18
19struct dev_archdata { 19struct dev_archdata {
20 /* DMA operations on that device */
21 const struct dma_map_ops *dma_ops;
22
23 /* Offset of the DMA address from the PA. */ 20 /* Offset of the DMA address from the PA. */
24 dma_addr_t dma_offset; 21 dma_addr_t dma_offset;
25 22