From 3a3564ead5e4cf2f6ff73302c1e680b5575079ec Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 22 Mar 2017 09:43:01 +0100 Subject: ipq806x: remove v4.4 support Signed-off-by: John Crispin --- .../009-8-watchdog-kill-unref-ref-ops.patch | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 target/linux/ipq806x/patches-4.4/009-8-watchdog-kill-unref-ref-ops.patch (limited to 'target/linux/ipq806x/patches-4.4/009-8-watchdog-kill-unref-ref-ops.patch') diff --git a/target/linux/ipq806x/patches-4.4/009-8-watchdog-kill-unref-ref-ops.patch b/target/linux/ipq806x/patches-4.4/009-8-watchdog-kill-unref-ref-ops.patch deleted file mode 100644 index ba56a86..0000000 --- a/target/linux/ipq806x/patches-4.4/009-8-watchdog-kill-unref-ref-ops.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 62cd1c40ce1c7c16835b599751c7a002eb5bbdf5 Mon Sep 17 00:00:00 2001 -From: Tomas Winkler -Date: Sun, 3 Jan 2016 13:32:37 +0200 -Subject: watchdog: kill unref/ref ops - -ref/unref ops are not called at all so even marked them as deprecated -is misleading, we need to just drop the API. - -Signed-off-by: Tomas Winkler -Signed-off-by: Guenter Roeck -Signed-off-by: Wim Van Sebroeck ---- - include/linux/watchdog.h | 2 -- - 1 file changed, 2 deletions(-) - ---- a/include/linux/watchdog.h -+++ b/include/linux/watchdog.h -@@ -47,8 +47,6 @@ struct watchdog_ops { - int (*set_timeout)(struct watchdog_device *, unsigned int); - unsigned int (*get_timeleft)(struct watchdog_device *); - int (*restart)(struct watchdog_device *); -- void (*ref)(struct watchdog_device *) __deprecated; -- void (*unref)(struct watchdog_device *) __deprecated; - long (*ioctl)(struct watchdog_device *, unsigned int, unsigned long); - }; - -- cgit v1.1