|
@@ -763,7 +763,6 @@ static long hiddev_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
|
|
static long hiddev_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
|
|
static long hiddev_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
|
|
return hiddev_ioctl(file, cmd, (unsigned long)compat_ptr(arg));
|
|
return hiddev_ioctl(file, cmd, (unsigned long)compat_ptr(arg));
|