Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7bce7c01 authored by Alexander Shiyan's avatar Alexander Shiyan Committed by Wim Van Sebroeck
Browse files

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: default avatarAlexander Shiyan <shc_work@mail.ru>
Reviewed-by: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarWim Van Sebroeck <wim@iguana.be>
parent 9d11e4f8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;