]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/watchdog/eurotechwdt.c
Merge tag 'linux-can-fixes-for-5.5-20191208' of git://git.kernel.org/pub/scm/linux...
[linux.git] / drivers / watchdog / eurotechwdt.c
index 3a83a48abcae73f9ee48903ae4027481f46b5ade..f5ffa7be066e36f75703954b158ff00277601e1f 100644 (file)
@@ -371,6 +371,7 @@ static const struct file_operations eurwdt_fops = {
        .llseek         = no_llseek,
        .write          = eurwdt_write,
        .unlocked_ioctl = eurwdt_ioctl,
+       .compat_ioctl   = compat_ptr_ioctl,
        .open           = eurwdt_open,
        .release        = eurwdt_release,
 };