compat_ioctl: move more drivers to compat_ptr_ioctl
[linux-2.6-microblaze.git] / drivers / usb / class / cdc-wdm.c
index 70afb2c..e3db6fb 100644 (file)
@@ -734,7 +734,7 @@ static const struct file_operations wdm_fops = {
        .release =      wdm_release,
        .poll =         wdm_poll,
        .unlocked_ioctl = wdm_ioctl,
-       .compat_ioctl = wdm_ioctl,
+       .compat_ioctl = compat_ptr_ioctl,
        .llseek =       noop_llseek,
 };