From e03c65132da5e6d9d08d78e4626c84e063e064fa Mon Sep 17 00:00:00 2001 From: Domen Puncer Date: Fri, 23 Jun 2006 12:00:21 +0200 Subject: [PATCH] --- yaml --- r: 31248 b: refs/heads/master c: 3e2c6ef3c67bfebe28215a18338641ecffbe73bc h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/au1000/common/dbdma.c | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index ebc81fb7b861..f77afd26855a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c06138941c2b5331e752546cf4ef7f4a2735ec99 +refs/heads/master: 3e2c6ef3c67bfebe28215a18338641ecffbe73bc diff --git a/trunk/arch/mips/au1000/common/dbdma.c b/trunk/arch/mips/au1000/common/dbdma.c index e8dd72cf860a..a547e47dd5fd 100644 --- a/trunk/arch/mips/au1000/common/dbdma.c +++ b/trunk/arch/mips/au1000/common/dbdma.c @@ -730,6 +730,8 @@ au1xxx_dbdma_get_dest(u32 chanid, void **buf, int *nbytes) return rv; } +EXPORT_SYMBOL_GPL(au1xxx_dbdma_get_dest); + void au1xxx_dbdma_stop(u32 chanid) { @@ -821,6 +823,8 @@ au1xxx_get_dma_residue(u32 chanid) return rv; } +EXPORT_SYMBOL_GPL(au1xxx_get_dma_residue); + void au1xxx_dbdma_chan_free(u32 chanid) {