diff options
Diffstat (limited to 'target/linux/lantiq/patches/250-watchdog.patch')
-rw-r--r-- | target/linux/lantiq/patches/250-watchdog.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/patches/250-watchdog.patch b/target/linux/lantiq/patches/250-watchdog.patch index 6f727c4273..510d4e1277 100644 --- a/target/linux/lantiq/patches/250-watchdog.patch +++ b/target/linux/lantiq/patches/250-watchdog.patch @@ -117,7 +117,7 @@ +}; + +static int -+lq_wdt_ioctl(struct inode *inode, struct file *file, ++lq_wdt_ioctl(struct file *file, + unsigned int cmd, unsigned long arg) +{ + int ret = -ENOTTY; |