dma-mapping: use unsigned long for dma_attrs
[deliverable/linux.git] / arch / c6x / include / asm / dma-mapping.h
index 6b5cd7b0cf32f3eccd352ed1962ecaa715035b2a..5717b1e52d96386bad6e3656acf23f804e571736 100644 (file)
@@ -26,8 +26,8 @@ static inline struct dma_map_ops *get_dma_ops(struct device *dev)
 
 extern void coherent_mem_init(u32 start, u32 size);
 void *c6x_dma_alloc(struct device *dev, size_t size, dma_addr_t *handle,
-               gfp_t gfp, struct dma_attrs *attrs);
+               gfp_t gfp, unsigned long attrs);
 void c6x_dma_free(struct device *dev, size_t size, void *vaddr,
-               dma_addr_t dma_handle, struct dma_attrs *attrs);
+               dma_addr_t dma_handle, unsigned long attrs);
 
 #endif /* _ASM_C6X_DMA_MAPPING_H */
This page took 0.037896 seconds and 5 git commands to generate.