Fix missing struct for s3c2410_dma_chan in s3c2410_dma_suspend_chan
From: Heiko Stuebner <heiko@...> Date: Wed, 1 Jun 2011 13:52:33 +0200
Commit-Message
s3c2410_dma_chan is not a type itself, so struct is required.
Patch-Comment
arch/arm/plat-s3c24xx/dma.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Statistics
- 1 lines added
- 1 lines removed
Changes
------------------------- arch/arm/plat-s3c24xx/dma.c --------------------------
index c10d10c..2abf966 100644
@@ -1199,7 +1199,7 @@ EXPORT_SYMBOL(s3c2410_dma_getposition);
#ifdef CONFIG_PM
+static void s3c2410_dma_suspend_chan(struct s3c2410_dma_chan *cp)
{
printk(KERN_DEBUG "suspending dma channel %d\n", cp->number);