irqchip/s3c24xx: Mark init_eint as __maybe_unused
[linux/fpc-iii.git] / arch / alpha / include / asm / dma-mapping.h
blob72a8ca7796d91a2d2a92d696ce507650678c3998
1 #ifndef _ALPHA_DMA_MAPPING_H
2 #define _ALPHA_DMA_MAPPING_H
4 #include <linux/dma-attrs.h>
6 extern struct dma_map_ops *dma_ops;
8 static inline struct dma_map_ops *get_dma_ops(struct device *dev)
10 return dma_ops;
13 #include <asm-generic/dma-mapping-common.h>
15 #define dma_cache_sync(dev, va, size, dir) ((void)0)
17 #endif /* _ALPHA_DMA_MAPPING_H */