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 --- ...-Do-not-set-dev-in-struct-watchdog_device.patch | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 target/linux/ipq806x/patches-4.4/010-2-qcom-wdt-Do-not-set-dev-in-struct-watchdog_device.patch (limited to 'target/linux/ipq806x/patches-4.4/010-2-qcom-wdt-Do-not-set-dev-in-struct-watchdog_device.patch') diff --git a/target/linux/ipq806x/patches-4.4/010-2-qcom-wdt-Do-not-set-dev-in-struct-watchdog_device.patch b/target/linux/ipq806x/patches-4.4/010-2-qcom-wdt-Do-not-set-dev-in-struct-watchdog_device.patch deleted file mode 100644 index 31371c2c81..0000000000 --- a/target/linux/ipq806x/patches-4.4/010-2-qcom-wdt-Do-not-set-dev-in-struct-watchdog_device.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 0933b453f1c7104d873aacf8524f8ac380a7ed08 Mon Sep 17 00:00:00 2001 -From: Guenter Roeck -Date: Thu, 24 Dec 2015 14:22:04 -0800 -Subject: watchdog: qcom-wdt: Do not set 'dev' in struct watchdog_device - -The 'dev' pointer in struct watchdog_device is set by the watchdog core -when registering the watchdog device and not by the driver. It points to -the watchdog device, not its parent. - -Signed-off-by: Guenter Roeck -Signed-off-by: Wim Van Sebroeck ---- - drivers/watchdog/qcom-wdt.c | 1 - - 1 file changed, 1 deletion(-) - ---- a/drivers/watchdog/qcom-wdt.c -+++ b/drivers/watchdog/qcom-wdt.c -@@ -164,7 +164,6 @@ static int qcom_wdt_probe(struct platfor - goto err_clk_unprepare; - } - -- wdt->wdd.dev = &pdev->dev; - wdt->wdd.info = &qcom_wdt_info; - wdt->wdd.ops = &qcom_wdt_ops; - wdt->wdd.min_timeout = 1; -- cgit v1.2.3