diff options
author | David S. Miller <davem@davemloft.net> | 2008-08-30 02:07:01 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-08-30 02:07:01 +0200 |
commit | 8ab0dc333eacb2249c63d1fc7c5241299fa0493f (patch) | |
tree | 5e4118de12ec27b390a5e6238d4f69378ada6092 /drivers/watchdog/cpwd.c | |
parent | cpwatchdog: Cleanup and convert to pure OF driver. (diff) | |
download | linux-8ab0dc333eacb2249c63d1fc7c5241299fa0493f.tar.xz linux-8ab0dc333eacb2249c63d1fc7c5241299fa0493f.zip |
cpwatchdog: Move to drivers/watchdog/cpwd.c
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r-- | drivers/watchdog/cpwd.c (renamed from drivers/sbus/char/cpwatchdog.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sbus/char/cpwatchdog.c b/drivers/watchdog/cpwd.c index c88df62e7055..1f1ee2520f17 100644 --- a/drivers/sbus/char/cpwatchdog.c +++ b/drivers/watchdog/cpwd.c @@ -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 |