]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/watchdog/indydog.c
Merge tag 'linux-can-fixes-for-5.5-20191208' of git://git.kernel.org/pub/scm/linux...
[linux.git] / drivers / watchdog / indydog.c
index 550358528084a1bb44928fcc9b95e3d17e2fbd5a..9857bb74a723fc648ee07b895baf126eda966880 100644 (file)
@@ -152,6 +152,7 @@ static const struct file_operations indydog_fops = {
        .llseek         = no_llseek,
        .write          = indydog_write,
        .unlocked_ioctl = indydog_ioctl,
+       .compat_ioctl   = compat_ptr_ioctl,
        .open           = indydog_open,
        .release        = indydog_release,
 };