aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c2410/include/mach/dma.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-s3c2410/include/mach/dma.h')
-rw-r--r--arch/arm/mach-s3c2410/include/mach/dma.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/mach-s3c2410/include/mach/dma.h b/arch/arm/mach-s3c2410/include/mach/dma.h
index e61a91f88c5..4e485bab66d 100644
--- a/arch/arm/mach-s3c2410/include/mach/dma.h
+++ b/arch/arm/mach-s3c2410/include/mach/dma.h
@@ -50,6 +50,11 @@ enum dma_ch {
50 DMACH_MAX, /* the end entry */ 50 DMACH_MAX, /* the end entry */
51}; 51};
52 52
53static inline bool samsung_dma_has_circular(void)
54{
55 return false;
56}
57
53static inline bool samsung_dma_is_dmadev(void) 58static inline bool samsung_dma_is_dmadev(void)
54{ 59{
55 return false; 60 return false;
@@ -202,9 +207,4 @@ struct s3c2410_dma_chan {
202 207
203typedef unsigned long dma_device_t; 208typedef unsigned long dma_device_t;
204 209
205static inline bool s3c_dma_has_circular(void)
206{
207 return false;
208}
209
210#endif /* __ASM_ARCH_DMA_H */ 210#endif /* __ASM_ARCH_DMA_H */