rk29: vpu: fix gcc error
author黄涛 <huangtao@rock-chips.com>
Tue, 9 Nov 2010 02:32:35 +0000 (10:32 +0800)
committer黄涛 <huangtao@rock-chips.com>
Tue, 9 Nov 2010 02:32:35 +0000 (10:32 +0800)
arch/arm/mach-rk29/vpu.c

index b703fa1b94da9a6c5c20e0035adea63c305ffa60..1749374dddd0a317809c5e090d26702540050386 100644 (file)
@@ -80,7 +80,7 @@ static struct vpu_client client;
 
 static void vpu_release_io(void);
 #ifdef CONFIG_RK29_VPU_DEBUG
-static void dump_regs(unsigned long data);
+static void dump_regs(struct vpu_device *);
 #endif
 
 static long vpu_ioctl(struct file *filp, unsigned int cmd, unsigned long arg)