Merge branch 'i2c/for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
[platform/kernel/linux-starfive.git] / drivers / watchdog / pcwd_pci.c
index e30c1f7..81508a4 100644 (file)
@@ -646,6 +646,7 @@ static const struct file_operations pcipcwd_fops = {
        .llseek =       no_llseek,
        .write =        pcipcwd_write,
        .unlocked_ioctl = pcipcwd_ioctl,
+       .compat_ioctl = compat_ptr_ioctl,
        .open =         pcipcwd_open,
        .release =      pcipcwd_release,
 };