[PATCH 3/3] core-arm: add a member about dma_map_ops in dev_archdata struct
yinbo.zhu at nxp.com
yinbo.zhu at nxp.com
Fri Aug 11 03:00:33 PDT 2017
From: "yinbo.zhu" <yinbo.zhu at nxp.com>
Signed-off-by: yinbo.zhu <yinbo.zhu at nxp.com>
---
arch/arm/include/asm/device.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/include/asm/device.h b/arch/arm/include/asm/device.h
index 220ba20..c93d3df 100644
--- a/arch/arm/include/asm/device.h
+++ b/arch/arm/include/asm/device.h
@@ -7,6 +7,7 @@
#define ASMARM_DEVICE_H
struct dev_archdata {
+const struct dma_map_ops *dma_ops;
#ifdef CONFIG_DMABOUNCE
struct dmabounce_device_info *dmabounce;
#endif
--
2.1.0.27.g96db324
More information about the linux-arm-kernel
mailing list