projects
/
linux-edison.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9fb360
)
watchdog: shwdt: Trim down private data structure.
author
Paul Mundt
<lethal@linux-sh.org>
Thu, 10 May 2012 06:20:18 +0000
(15:20 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Thu, 10 May 2012 06:20:18 +0000
(15:20 +0900)
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>
drivers/watchdog/shwdt.c
patch
|
blob
|
history
diff --git
a/drivers/watchdog/shwdt.c
b/drivers/watchdog/shwdt.c
index
0d734a3
..
de3630d
100644
(file)
--- a/
drivers/watchdog/shwdt.c
+++ b/
drivers/watchdog/shwdt.c
@@
-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)