aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/include/asm/device.h')
-rw-r--r--arch/mips/include/asm/device.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/mips/include/asm/device.h b/arch/mips/include/asm/device.h
index ebc5c1265473..6aa796f1081a 100644
--- a/arch/mips/include/asm/device.h
+++ b/arch/mips/include/asm/device.h
@@ -6,12 +6,7 @@
6#ifndef _ASM_MIPS_DEVICE_H 6#ifndef _ASM_MIPS_DEVICE_H
7#define _ASM_MIPS_DEVICE_H 7#define _ASM_MIPS_DEVICE_H
8 8
9struct dma_map_ops;
10
11struct dev_archdata { 9struct dev_archdata {
12 /* DMA operations on that device */
13 const struct dma_map_ops *dma_ops;
14
15#ifdef CONFIG_DMA_PERDEV_COHERENT 10#ifdef CONFIG_DMA_PERDEV_COHERENT
16 /* Non-zero if DMA is coherent with CPU caches */ 11 /* Non-zero if DMA is coherent with CPU caches */
17 bool dma_coherent; 12 bool dma_coherent;