Commit f9e2eae6 authored by Paul Mundt's avatar Paul Mundt

watchdog: shwdt: Trim down private data structure.

Now that we're using the generic watchdog core, kill off unused
elements from the private data structure.
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent f9fb360c
......@@ -77,9 +77,6 @@ struct sh_wdt {
spinlock_t lock;
struct timer_list timer;
unsigned long enabled;
char expect_close;
};
static int sh_wdt_start(struct watchdog_device *wdt_dev)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment