From bfd6823860f6400de1c4da1a1f7c1e290c63a161 Mon Sep 17 00:00:00 2001 From: Ben Dooks Date: Mon, 9 Nov 2009 23:45:47 +0000 Subject: [PATCH] --- yaml --- r: 168409 b: refs/heads/master c: b3c5496fbfc2e5f64bb85b142615717850fee980 h: refs/heads/master i: 168407: 4250d3966fd220766a74b533bb14e2d671fcd59c v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-s3c6400/include/mach/dma.h | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/[refs] b/[refs] index 1f5b7a422c85..142278896289 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 54489cd46a3a268ed981c681726c6d690883f076 +refs/heads/master: b3c5496fbfc2e5f64bb85b142615717850fee980 diff --git a/trunk/arch/arm/mach-s3c6400/include/mach/dma.h b/trunk/arch/arm/mach-s3c6400/include/mach/dma.h index 1067619f0ba0..6723860748be 100644 --- a/trunk/arch/arm/mach-s3c6400/include/mach/dma.h +++ b/trunk/arch/arm/mach-s3c6400/include/mach/dma.h @@ -58,12 +58,9 @@ enum dma_ch { DMACH_MAX /* the end */ }; -static __inline__ int s3c_dma_has_circular(void) +static __inline__ bool s3c_dma_has_circular(void) { - /* we will be supporting ciruclar buffers as soon as we have DMA - * engine support. - */ - return 1; + return true; } #define S3C2410_DMAF_CIRCULAR (1 << 0)