1
0
Fork 0

riowatchdog: Move under drivers/watchdog

The config stuff was already in drivers/watchdog/Kconfig

Signed-off-by: David S. Miller <davem@davemloft.net>
hifive-unleashed-5.1
David S. Miller 2008-08-29 15:40:24 -07:00
parent e42311d751
commit 957183f32e
3 changed files with 3 additions and 2 deletions

View File

@ -12,7 +12,6 @@ bbc-objs := bbc_i2c.o bbc_envctrl.o
obj-$(CONFIG_ENVCTRL) += envctrl.o
obj-$(CONFIG_DISPLAY7SEG) += display7seg.o
obj-$(CONFIG_WATCHDOG_CP1XXX) += cpwatchdog.o
obj-$(CONFIG_WATCHDOG_RIO) += riowatchdog.o
obj-$(CONFIG_OBP_FLASH) += flash.o
obj-$(CONFIG_SUN_OPENPROMIO) += openprom.o
obj-$(CONFIG_SUN_MOSTEK_RTC) += rtc.o

View File

@ -122,6 +122,8 @@ obj-$(CONFIG_SH_WDT) += shwdt.o
# SPARC64 Architecture
obj-$(CONFIG_WATCHDOG_RIO) += riowd.o
# XTENSA Architecture
# Architecture Independant

View File

@ -1,4 +1,4 @@
/* riowatchdog.c - driver for hw watchdog inside Super I/O of RIO
/* riowd.c - driver for hw watchdog inside Super I/O of RIO
*
* Copyright (C) 2001, 2008 David S. Miller (davem@davemloft.net)
*/