X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=drivers%2Fwatchdog%2Fath79_wdt.c;h=d6dff97c280be69853d6747b219f1bb9194e7b04;hb=2dff2a1c9b7cc83529119eb04cef1d7b68e11352;hp=75de664ef4b018a72d77fceb8934a48b94b2e88b;hpb=13b86bc4cd648eae69fdcf3d04b2750c76350053;p=linux.git diff --git a/drivers/watchdog/ath79_wdt.c b/drivers/watchdog/ath79_wdt.c index 75de664ef4b0..d6dff97c280b 100644 --- a/drivers/watchdog/ath79_wdt.c +++ b/drivers/watchdog/ath79_wdt.c @@ -234,6 +234,7 @@ static const struct file_operations ath79_wdt_fops = { .llseek = no_llseek, .write = ath79_wdt_write, .unlocked_ioctl = ath79_wdt_ioctl, + .compat_ioctl = compat_ptr_ioctl, .open = ath79_wdt_open, .release = ath79_wdt_release, };