Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 957183f3 authored by David S. Miller's avatar David S. Miller
Browse files

riowatchdog: Move under drivers/watchdog



The config stuff was already in drivers/watchdog/Kconfig

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e42311d7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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
+2 −0
Original line number Diff line number Diff line
@@ -122,6 +122,8 @@ obj-$(CONFIG_SH_WDT) += shwdt.o

# SPARC64 Architecture

obj-$(CONFIG_WATCHDOG_RIO)		+= riowd.o

# XTENSA Architecture

# Architecture Independant
+1 −1
Original line number Diff line number Diff line
/* 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)
 */