]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/watchdog/pc87413_wdt.c
Merge tag 'xtensa-20191201' of git://github.com/jcmvbkbc/linux-xtensa
[linux.git] / drivers / watchdog / pc87413_wdt.c
index 2af1a8b3f97338cc18110306a64fda5a3bf9d667..73fbfc99083ba80d64c1bef8f8cab195d893e264 100644 (file)
@@ -473,6 +473,7 @@ static const struct file_operations pc87413_fops = {
        .llseek         = no_llseek,
        .write          = pc87413_write,
        .unlocked_ioctl = pc87413_ioctl,
+       .compat_ioctl   = compat_ptr_ioctl,
        .open           = pc87413_open,
        .release        = pc87413_release,
 };