watchdog: ie6xx_wdt: Use spinlock_t instead of struct spinlock
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Thu, 4 Jul 2019 15:38:01 +0000 (17:38 +0200)
committerWim Van Sebroeck <wim@linux-watchdog.org>
Mon, 8 Jul 2019 18:46:48 +0000 (20:46 +0200)
commit053bc5764bb0a84ef0b26a8e4ddd3e2f4b4f8215
tree29ee28c1b4d41eb2e7beef846e7ac7b5058c60e6
parent8d209eb0b167ac6998ef330150a3960032a31c50
watchdog: ie6xx_wdt: Use spinlock_t instead of struct spinlock

For spinlocks the type spinlock_t should be used instead of "struct
spinlock".

Use spinlock_t for spinlock's definition.

Cc: Wim Van Sebroeck <wim@linux-watchdog.org>
Cc: Guenter Roeck <linux@roeck-us.net>
Cc: linux-watchdog@vger.kernel.org
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
drivers/watchdog/ie6xx_wdt.c