dect
/
linux-2.6
Archived
13
0
Fork 0

ARM: S3C24xx: Fix missing struct for s3c2410_dma_chan

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>
This commit is contained in:
Heiko Stuebner 2011-06-02 12:56:39 +02:00 committed by Kukjin Kim
parent 74cdfa538d
commit e469818844
1 changed files with 1 additions and 1 deletions

View 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);