Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
8ab0dc33
Commit
8ab0dc33
authored
Aug 29, 2008
by
David S. Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cpwatchdog: Move to drivers/watchdog/cpwd.c
Signed-off-by:
David S. Miller
<
davem@davemloft.net
>
parent
c5f8556c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
drivers/sbus/char/Makefile
drivers/sbus/char/Makefile
+0
-1
drivers/watchdog/Makefile
drivers/watchdog/Makefile
+1
-0
drivers/watchdog/cpwd.c
drivers/watchdog/cpwd.c
+1
-1
No files found.
drivers/sbus/char/Makefile
View file @
8ab0dc33
...
@@ -11,7 +11,6 @@ bbc-objs := bbc_i2c.o bbc_envctrl.o
...
@@ -11,7 +11,6 @@ bbc-objs := bbc_i2c.o bbc_envctrl.o
obj-$(CONFIG_ENVCTRL)
+=
envctrl.o
obj-$(CONFIG_ENVCTRL)
+=
envctrl.o
obj-$(CONFIG_DISPLAY7SEG)
+=
display7seg.o
obj-$(CONFIG_DISPLAY7SEG)
+=
display7seg.o
obj-$(CONFIG_WATCHDOG_CP1XXX)
+=
cpwatchdog.o
obj-$(CONFIG_OBP_FLASH)
+=
flash.o
obj-$(CONFIG_OBP_FLASH)
+=
flash.o
obj-$(CONFIG_SUN_OPENPROMIO)
+=
openprom.o
obj-$(CONFIG_SUN_OPENPROMIO)
+=
openprom.o
obj-$(CONFIG_SUN_MOSTEK_RTC)
+=
rtc.o
obj-$(CONFIG_SUN_MOSTEK_RTC)
+=
rtc.o
...
...
drivers/watchdog/Makefile
View file @
8ab0dc33
...
@@ -123,6 +123,7 @@ obj-$(CONFIG_SH_WDT) += shwdt.o
...
@@ -123,6 +123,7 @@ obj-$(CONFIG_SH_WDT) += shwdt.o
# SPARC64 Architecture
# SPARC64 Architecture
obj-$(CONFIG_WATCHDOG_RIO)
+=
riowd.o
obj-$(CONFIG_WATCHDOG_RIO)
+=
riowd.o
obj-$(CONFIG_WATCHDOG_CP1XXX)
+=
cpwd.o
# XTENSA Architecture
# XTENSA Architecture
...
...
drivers/
sbus/char/cpwatchdog
.c
→
drivers/
watchdog/cpwd
.c
View file @
8ab0dc33
/* cpw
atchdog
.c - driver implementation for hardware watchdog
/* cpw
d
.c - driver implementation for hardware watchdog
* timers found on Sun Microsystems CP1400 and CP1500 boards.
* timers found on Sun Microsystems CP1400 and CP1500 boards.
*
*
* This device supports both the generic Linux watchdog
* This device supports both the generic Linux watchdog
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment