Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Alexander Shiyan and committed by
Wim Van Sebroeck
7bce7c01 9d11e4f8

-1
-1
drivers/watchdog/bcm63xx_wdt.c
··· 44 44 static struct { 45 45 void __iomem *regs; 46 46 struct timer_list timer; 47 - int default_ticks; 48 47 unsigned long inuse; 49 48 atomic_t ticks; 50 49 } bcm63xx_wdt_device;