Skip to content

Commit

Permalink
[MIPS] au1xxx: export dbdma functions
Browse files Browse the repository at this point in the history
These are needed for au1550_ac97 module.

Signed-off-by: Domen Puncer <domen.puncer@ultra.si>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Domen Puncer authored and Ralf Baechle committed Jun 29, 2006
1 parent c061389 commit 3e2c6ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/mips/au1000/common/dbdma.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down Expand Up @@ -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)
{
Expand Down

0 comments on commit 3e2c6ef

Please sign in to comment.