]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - drivers/watchdog/watchdog_dev.c
Merge tag 'linux-watchdog-5.5-rc1' of git://www.linux-watchdog.org/linux-watchdog
[mirror_ubuntu-hirsute-kernel.git] / drivers / watchdog / watchdog_dev.c
index 4feecd14e9ab0c716e9cc47372cfedda6154114e..4b2a8543847840b479bd177f2464cb37af429f2e 100644 (file)
@@ -952,6 +952,7 @@ static const struct file_operations watchdog_fops = {
        .owner          = THIS_MODULE,
        .write          = watchdog_write,
        .unlocked_ioctl = watchdog_ioctl,
+       .compat_ioctl   = compat_ptr_ioctl,
        .open           = watchdog_open,
        .release        = watchdog_release,
 };