diff options
-rw-r--r-- | drivers/watchdog/qcom-wdt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/watchdog/qcom-wdt.c b/drivers/watchdog/qcom-wdt.c index aa7105d32c02..424f9a952fee 100644 --- a/drivers/watchdog/qcom-wdt.c +++ b/drivers/watchdog/qcom-wdt.c | |||
@@ -164,7 +164,6 @@ static int qcom_wdt_probe(struct platform_device *pdev) | |||
164 | goto err_clk_unprepare; | 164 | goto err_clk_unprepare; |
165 | } | 165 | } |
166 | 166 | ||
167 | wdt->wdd.dev = &pdev->dev; | ||
168 | wdt->wdd.info = &qcom_wdt_info; | 167 | wdt->wdd.info = &qcom_wdt_info; |
169 | wdt->wdd.ops = &qcom_wdt_ops; | 168 | wdt->wdd.ops = &qcom_wdt_ops; |
170 | wdt->wdd.min_timeout = 1; | 169 | wdt->wdd.min_timeout = 1; |