X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=drivers%2Fwatchdog%2Fmachzwd.c;h=80ff94688487358a6bd410fc7588becc9a109dd6;hb=0aecba6173216931c436a03183f4759a4fd4c2f2;hp=cef2baf59dda4f5daffad3eda090f26b30144429;hpb=933a90bf4f3505f8ec83bda21a3c7d70d7c2b426;p=linux.git diff --git a/drivers/watchdog/machzwd.c b/drivers/watchdog/machzwd.c index cef2baf59dda..80ff94688487 100644 --- a/drivers/watchdog/machzwd.c +++ b/drivers/watchdog/machzwd.c @@ -361,6 +361,7 @@ static const struct file_operations zf_fops = { .llseek = no_llseek, .write = zf_write, .unlocked_ioctl = zf_ioctl, + .compat_ioctl = compat_ptr_ioctl, .open = zf_open, .release = zf_close, };