rk29: vpu: fix gcc error

This commit is contained in:
黄涛
2010-11-09 10:32:35 +08:00
parent 70ae3114c8
commit 8e44e7d4fd

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