aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2014-02-15 13:21:03 +0400
committerWim Van Sebroeck <wim@iguana.be>2014-03-31 13:26:04 +0200
commit7bce7c011e8f5d6e4e3da2309a614b6efb10466b (patch)
tree4e513a79b6bc8f6d534e188c5949687960ae538c
parent9d11e4f8c3353088ace2f80bec85bb0e2f316382 (diff)
downloadlinux-7bce7c011e8f5d6e4e3da2309a614b6efb10466b.tar.gz
watchdog: bcm63xx_wdt: Remove unused field from bcm63xx_wdt_device
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>
-rw-r--r--drivers/watchdog/bcm63xx_wdt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/watchdog/bcm63xx_wdt.c b/drivers/watchdog/bcm63xx_wdt.c
index 3fb18bb5e13420..5a8e879a430a0e 100644
--- 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;