ipq806x: add ipq4019 support
[openwrt/openwrt.git] / target / linux / ipq806x / patches-4.4 / 009-8-watchdog-kill-unref-ref-ops.patch
1 From 62cd1c40ce1c7c16835b599751c7a002eb5bbdf5 Mon Sep 17 00:00:00 2001
2 From: Tomas Winkler <tomas.winkler@intel.com>
3 Date: Sun, 3 Jan 2016 13:32:37 +0200
4 Subject: watchdog: kill unref/ref ops
5
6 ref/unref ops are not called at all so even marked them as deprecated
7 is misleading, we need to just drop the API.
8
9 Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
10 Signed-off-by: Guenter Roeck <linux@roeck-us.net>
11 Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
12 ---
13 include/linux/watchdog.h | 2 --
14 1 file changed, 2 deletions(-)
15
16 --- a/include/linux/watchdog.h
17 +++ b/include/linux/watchdog.h
18 @@ -47,8 +47,6 @@ struct watchdog_ops {
19 int (*set_timeout)(struct watchdog_device *, unsigned int);
20 unsigned int (*get_timeleft)(struct watchdog_device *);
21 int (*restart)(struct watchdog_device *);
22 - void (*ref)(struct watchdog_device *) __deprecated;
23 - void (*unref)(struct watchdog_device *) __deprecated;
24 long (*ioctl)(struct watchdog_device *, unsigned int, unsigned long);
25 };
26