X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=drivers%2Fwatchdog%2Fintel_scu_watchdog.c;h=6ad5bf3451ec0416c2b26e1fc85f1a5ffdac2ebf;hb=4d7048f55104434ec64fe0b5196cbc89a8f99548;hp=1c85103b750be08e13f217692c4588b8ecf33c19;hpb=ecb41832bd2a7a3f8ac93527cec5e51e3827daed;p=linux.git diff --git a/drivers/watchdog/intel_scu_watchdog.c b/drivers/watchdog/intel_scu_watchdog.c index 1c85103b750b..6ad5bf3451ec 100644 --- a/drivers/watchdog/intel_scu_watchdog.c +++ b/drivers/watchdog/intel_scu_watchdog.c @@ -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, };