]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/watchdog/intel_scu_watchdog.c
Merge tag 'xtensa-20191201' of git://github.com/jcmvbkbc/linux-xtensa
[linux.git] / drivers / watchdog / intel_scu_watchdog.c
index 1c85103b750be08e13f217692c4588b8ecf33c19..6ad5bf3451ec0416c2b26e1fc85f1a5ffdac2ebf 100644 (file)
@@ -412,6 +412,7 @@ static const struct file_operations intel_scu_fops = {
        .llseek         = no_llseek,
        .write          = intel_scu_write,
        .unlocked_ioctl = intel_scu_ioctl,
+       .compat_ioctl   = compat_ptr_ioctl,
        .open           = intel_scu_open,
        .release        = intel_scu_release,
 };