Skip to content

Commit

Permalink
cpwatchdog: Move to drivers/watchdog/cpwd.c
Browse files Browse the repository at this point in the history
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
davem330 committed Aug 30, 2008
1 parent c5f8556 commit 8ab0dc3
Show file tree
Hide file tree
Showing 3 changed files with 2 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 @@ -11,7 +11,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_OBP_FLASH) += flash.o
obj-$(CONFIG_SUN_OPENPROMIO) += openprom.o
obj-$(CONFIG_SUN_MOSTEK_RTC) += rtc.o
Expand Down
1 change: 1 addition & 0 deletions drivers/watchdog/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ obj-$(CONFIG_SH_WDT) += shwdt.o
# SPARC64 Architecture

obj-$(CONFIG_WATCHDOG_RIO) += riowd.o
obj-$(CONFIG_WATCHDOG_CP1XXX) += cpwd.o

# XTENSA Architecture

Expand Down
2 changes: 1 addition & 1 deletion drivers/sbus/char/cpwatchdog.c → drivers/watchdog/cpwd.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* cpwatchdog.c - driver implementation for hardware watchdog
/* cpwd.c - driver implementation for hardware watchdog
* timers found on Sun Microsystems CP1400 and CP1500 boards.
*
* This device supports both the generic Linux watchdog
Expand Down

0 comments on commit 8ab0dc3

Please sign in to comment.