forked from Minki/linux
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:
parent
f9fb360cb3
commit
f9e2eae6c6
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user