Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / drivers / watchdog / w83977f_wdt.c
index 16e9cbe..5212e68 100644 (file)
@@ -446,6 +446,7 @@ static const struct file_operations wdt_fops = {
        .llseek         = no_llseek,
        .write          = wdt_write,
        .unlocked_ioctl = wdt_ioctl,
+       .compat_ioctl   = compat_ptr_ioctl,
        .open           = wdt_open,
        .release        = wdt_release,
 };