]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/watchdog/sc1200wdt.c
Merge tag 'io_uring-5.6-2020-02-14' of git://git.kernel.dk/linux-block
[linux.git] / drivers / watchdog / sc1200wdt.c
index 960385a766b39e9e56572569af50396621965e26..9673eb12dacd06d5577e312f3dc8f46aa5188ddc 100644 (file)
@@ -307,6 +307,7 @@ static const struct file_operations sc1200wdt_fops = {
        .llseek         = no_llseek,
        .write          = sc1200wdt_write,
        .unlocked_ioctl = sc1200wdt_ioctl,
+       .compat_ioctl   = compat_ptr_ioctl,
        .open           = sc1200wdt_open,
        .release        = sc1200wdt_release,
 };