summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/cpwd.c
Commit message (Collapse)AuthorAgeFilesLines
* [WATCHDOG] Some more general cleanupWim Van Sebroeck2009-06-181-3/+3
| | | | | | | Clean-up the watchdog drivers so that checkpatch.pl get's happy... Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
* [WATCHDOG] Fix io.h & uaccess.h includes.Wim Van Sebroeck2009-03-251-2/+1
| | | | | | | | | Fix following includes: * #include <asm/io.h> should be #include <linux/io.h> * #include <asm/uaccess.h> should be #include <linux/uaccess.h> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
* [WATCHDOG] cpwd.c: Coding style - Clean-upWim Van Sebroeck2009-03-251-38/+40
| | | | | | | This brings the cpwd.c watchdog driver in line with the kernel's coding style. Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
* [WATCHDOG] cpwd.c & riowd.c - unlocked_ioctlWim Van Sebroeck2009-03-251-10/+10
| | | | | | | Switch to unlocked_ioctl Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
* sparc: Annotate of_device_id arrays with const or __initdata.David S. Miller2008-08-311-1/+1
| | | | | | As suggested by Stephen Rothwell. Signed-off-by: David S. Miller <davem@davemloft.net>
* cpwatchdog: Move to drivers/watchdog/cpwd.cDavid S. Miller2008-08-291-0/+695
Signed-off-by: David S. Miller <davem@davemloft.net>
OpenPOWER on IntegriCloud