projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d11e4f
)
watchdog: bcm63xx_wdt: Remove unused field from bcm63xx_wdt_device
author
Alexander Shiyan
<shc_work@mail.ru>
Sat, 15 Feb 2014 09:21:03 +0000
(13:21 +0400)
committer
Wim Van Sebroeck
<wim@iguana.be>
Mon, 31 Mar 2014 11:26:04 +0000
(13:26 +0200)
Field "default_ticks" is not used anywhere in the driver code.
This patch removes this field.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/bcm63xx_wdt.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/watchdog/bcm63xx_wdt.c
b/drivers/watchdog/bcm63xx_wdt.c
index 3fb18bb5e13420e86ac850536581afde3065a865..5a8e879a430a0e9c9d4e4dcc674a796787a05679 100644
(file)
--- a/
drivers/watchdog/bcm63xx_wdt.c
+++ b/
drivers/watchdog/bcm63xx_wdt.c
@@
-44,7
+44,6
@@
static struct {
void __iomem *regs;
struct timer_list timer;
- int default_ticks;
unsigned long inuse;
atomic_t ticks;
} bcm63xx_wdt_device;