Merge tag 'mfd-for-linus-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
[pandora-kernel.git] / arch / arm / mach-s3c64xx / include / mach / dma.h
index 059b1fc..096e140 100644 (file)
@@ -51,21 +51,6 @@ enum dma_ch {
        DMACH_MAX = 32
 };
 
-struct s3c2410_dma_client {
-       char    *name;
-};
-
-static inline bool samsung_dma_has_circular(void)
-{
-       return true;
-}
-
-static inline bool samsung_dma_is_dmadev(void)
-{
-       return true;
-}
-
 #include <linux/amba/pl08x.h>
-#include <plat/dma-ops.h>
 
 #endif /* __ASM_ARCH_IRQ_H */