aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm64/include/asm/device.h')
-rw-r--r--arch/arm64/include/asm/device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/include/asm/device.h b/arch/arm64/include/asm/device.h
index cf98b362094b..243ef256b8c9 100644
--- a/arch/arm64/include/asm/device.h
+++ b/arch/arm64/include/asm/device.h
@@ -21,6 +21,7 @@ struct dev_archdata {
#ifdef CONFIG_IOMMU_API
void *iommu; /* private IOMMU data */
#endif
+ bool dma_coherent;
};
struct pdev_archdata {