]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: S3C24xx: Fix missing struct for s3c2410_dma_chan
authorHeiko Stuebner <heiko@sntech.de>
Thu, 2 Jun 2011 10:56:39 +0000 (12:56 +0200)
committerKukjin Kim <kgene.kim@samsung.com>
Sat, 4 Jun 2011 01:36:52 +0000 (18:36 -0700)
s3c2410_dma_chan is not a type itself, so struct is required.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/plat-s3c24xx/dma.c

index c10d10c56e2e71a632877a9576efe62a1a8a717e..2abf9660bc6cc6eaa9879b82281bf79d3c83225d 100644 (file)
@@ -1199,7 +1199,7 @@ EXPORT_SYMBOL(s3c2410_dma_getposition);
 
 #ifdef CONFIG_PM
 
-static void s3c2410_dma_suspend_chan(s3c2410_dma_chan *cp)
+static void s3c2410_dma_suspend_chan(struct s3c2410_dma_chan *cp)
 {
        printk(KERN_DEBUG "suspending dma channel %d\n", cp->number);