mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
rk29: vpu: fix gcc error
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user