Skip to content

Commit

Permalink
watchdog: shwdt: Trim down private data structure.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Mundt committed May 10, 2012
1 parent f9fb360 commit f9e2eae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/watchdog/shwdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f9e2eae

Please sign in to comment.