]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/watchdog/ath79_wdt.c
Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvar...
[linux.git] / drivers / watchdog / ath79_wdt.c
index 75de664ef4b018a72d77fceb8934a48b94b2e88b..d6dff97c280be69853d6747b219f1bb9194e7b04 100644 (file)
@@ -234,6 +234,7 @@ static const struct file_operations ath79_wdt_fops = {
        .llseek         = no_llseek,
        .write          = ath79_wdt_write,
        .unlocked_ioctl = ath79_wdt_ioctl,
+       .compat_ioctl   = compat_ptr_ioctl,
        .open           = ath79_wdt_open,
        .release        = ath79_wdt_release,
 };