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

Commit f9e2eae6 authored by Paul Mundt's avatar Paul Mundt
Browse files

watchdog: shwdt: Trim down private data structure.



Now that we're using the generic watchdog core, kill off unused
elements from the private data structure.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent f9fb360c
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -77,9 +77,6 @@ struct sh_wdt {
	spinlock_t		lock;

	struct timer_list	timer;

	unsigned long		enabled;
	char			expect_close;
};

static int sh_wdt_start(struct watchdog_device *wdt_dev)