|
@@ -56,6 +56,7 @@ static inline struct device_node *of_cpu_device_node_get(int cpu)
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
void of_dma_configure(struct device *dev, struct device_node *np);
|
|
void of_dma_configure(struct device *dev, struct device_node *np);
|
|
|
|
|
+void of_dma_deconfigure(struct device *dev);
|
|
|
#else /* CONFIG_OF */
|
|
#else /* CONFIG_OF */
|
|
|
|
|
|
|
|
static inline int of_driver_match_device(struct device *dev,
|
|
static inline int of_driver_match_device(struct device *dev,
|
|
@@ -105,6 +106,8 @@ static inline struct device_node *of_cpu_device_node_get(int cpu)
|
|
|
}
|
|
}
|
|
|
static inline void of_dma_configure(struct device *dev, struct device_node *np)
|
|
static inline void of_dma_configure(struct device *dev, struct device_node *np)
|
|
|
{}
|
|
{}
|
|
|
|
|
+static inline void of_dma_deconfigure(struct device *dev)
|
|
|
|
|
+{}
|
|
|
#endif /* CONFIG_OF */
|
|
#endif /* CONFIG_OF */
|
|
|
|
|
|
|
|
#endif /* _LINUX_OF_DEVICE_H */
|
|
#endif /* _LINUX_OF_DEVICE_H */
|