diff options
author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-11-04 13:13:29 +0100 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-11-09 23:40:21 +0000 |
commit | 54489cd46a3a268ed981c681726c6d690883f076 (patch) | |
tree | 0822e858e198295b4e09bc8a8309ee4c71a80b74 /arch | |
parent | c7a19787195fcc90aabc3a71f29647ba9a443efe (diff) | |
download | op-kernel-dev-54489cd46a3a268ed981c681726c6d690883f076.zip op-kernel-dev-54489cd46a3a268ed981c681726c6d690883f076.tar.gz |
ARM: S3C64XX: Remove duplicate s3c_dma_has_circular() definition for S3C64xx.
This patch removes the duplicated s3c_dma_has_circular() definition and so fixes
compilation for S3C64xx.
Signed-off-by: Maurus Cuelenaere <mcuelenaere@gmail.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-s3c6400/include/mach/dma.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-s3c6400/include/mach/dma.h b/arch/arm/mach-s3c6400/include/mach/dma.h index 004edab..1067619 100644 --- a/arch/arm/mach-s3c6400/include/mach/dma.h +++ b/arch/arm/mach-s3c6400/include/mach/dma.h @@ -68,11 +68,6 @@ static __inline__ int s3c_dma_has_circular(void) #define S3C2410_DMAF_CIRCULAR (1 << 0) -static inline bool s3c_dma_has_circular(void) -{ - return false; -} - #include <plat/dma.h> #endif /* __ASM_ARCH_IRQ_H */ |