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: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
Paul Mundt 2012-05-10 15:20:18 +09:00
parent f9fb360cb3
commit f9e2eae6c6

View file

@ -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)