diff --git a/[refs] b/[refs] index 6f81d5a0b8f9..b70ca3267e49 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 68229689b6dc950bea4b81dd60563884f4a7e1c5 +refs/heads/master: ae5e49c79c051ea1d5ca91cbd4a0d22189067ba3 diff --git a/trunk/drivers/hid/hidraw.c b/trunk/drivers/hid/hidraw.c index 68d087f63c02..468e87b53ed2 100644 --- a/trunk/drivers/hid/hidraw.c +++ b/trunk/drivers/hid/hidraw.c @@ -344,6 +344,9 @@ static const struct file_operations hidraw_ops = { .open = hidraw_open, .release = hidraw_release, .unlocked_ioctl = hidraw_ioctl, +#ifdef CONFIG_COMPAT + .compat_ioctl = hidraw_ioctl, +#endif .llseek = noop_llseek, };