]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/watchdog/ar7_wdt.c
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
[linux.git] / drivers / watchdog / ar7_wdt.c
index 668a1c704f28063602b87a90713522d593be80d6..c087027ffd5d5da7fbf059017f24d98356806a92 100644 (file)
@@ -250,6 +250,7 @@ static const struct file_operations ar7_wdt_fops = {
        .owner          = THIS_MODULE,
        .write          = ar7_wdt_write,
        .unlocked_ioctl = ar7_wdt_ioctl,
+       .compat_ioctl   = compat_ptr_ioctl,
        .open           = ar7_wdt_open,
        .release        = ar7_wdt_release,
        .llseek         = no_llseek,