Skip to content

Commit

Permalink
riowatchdog: Move under drivers/watchdog
Browse files Browse the repository at this point in the history
The config stuff was already in drivers/watchdog/Kconfig

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Aug 29, 2008
1 parent e42311d commit 957183f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion drivers/sbus/char/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions drivers/watchdog/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ obj-$(CONFIG_SH_WDT) += shwdt.o

# SPARC64 Architecture

obj-$(CONFIG_WATCHDOG_RIO) += riowd.o

# XTENSA Architecture

# Architecture Independant
Expand Down
Original file line number Diff line number Diff line change
@@ -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)
*/
Expand Down

0 comments on commit 957183f

Please sign in to comment.