From: Alexander Shiyan Date: Sat, 15 Feb 2014 09:21:03 +0000 (+0400) Subject: watchdog: bcm63xx_wdt: Remove unused field from bcm63xx_wdt_device X-Git-Tag: submit/tizen/20160607.132125~4885^2~30 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7bce7c011e8f5d6e4e3da2309a614b6efb10466b;p=sdk%2Femulator%2Femulator-kernel.git 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 Reviewed-by: Guenter Roeck Signed-off-by: Wim Van Sebroeck --- diff --git a/drivers/watchdog/bcm63xx_wdt.c b/drivers/watchdog/bcm63xx_wdt.c index 3fb18bb..5a8e879 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;