arm: dma: more fix for v2.6.36

This commit is contained in:
黄涛
2011-08-01 11:16:18 +08:00
parent 932cf8f1d4
commit e80d6b4e95

View File

@@ -288,6 +288,7 @@ void get_dma_position(unsigned int chan, dma_addr_t *src_pos, dma_addr_t *dst_po
}
EXPORT_SYMBOL(dma_channel_active);
#if 0
void set_dma_page(unsigned int chan, char pagenr)
{
@@ -317,6 +318,7 @@ int get_dma_residue(unsigned int chan)
return ret;
}
EXPORT_SYMBOL(get_dma_residue);
#endif
#ifdef CONFIG_PROC_FS
static int proc_dma_show(struct seq_file *m, void *v)