[ARM] dma: remove dmamode_t typedef

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
Russell King
2009-01-02 12:34:55 +00:00
committed by Russell King
parent 4e57ea9a2e
commit f0ffc81625
3 changed files with 3 additions and 8 deletions

View File

@@ -171,7 +171,7 @@ EXPORT_SYMBOL(set_dma_count);
/* Set DMA direction mode
*/
void set_dma_mode (unsigned int chan, dmamode_t mode)
void set_dma_mode (unsigned int chan, unsigned int mode)
{
dma_t *dma = dma_channel(chan);