watchdog: remove dead iop watchdog timer driver
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Tue, 17 Aug 2021 10:08:45 +0000 (12:08 +0200)
committerWim Van Sebroeck <wim@linux-watchdog.org>
Tue, 26 Oct 2021 19:31:02 +0000 (21:31 +0200)
commit14b2d18e81f266bfa7657746507b71c6641ba4f1
tree71d5c70e1c5da9ff451d6e4f1da47037985cee26
parentcd004d8299f1dc6cfa6a4eea8f94cb45eaedf070
watchdog: remove dead iop watchdog timer driver

Commit 59d3ae9a5bf6 ("ARM: remove Intel iop33x and iop13xx support")
removes the config ARCH_IOP13XX in ./arch/arm/Kconfig.

Hence, since then, the corresponding iop watchdog timer driver is dead
code. Remove this dead driver.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Acked-by: Arnd Bergmann <arnd@arndb.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/Kconfig
drivers/watchdog/Makefile
drivers/watchdog/iop_wdt.c [deleted file]