Wim Van Sebroeck
278aefc51b
[WATCHDOG] Fix io.h & uaccess.h includes.
...
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>
2009-03-25 09:07:34 +00:00
Wim Van Sebroeck
143a2e54bf
[WATCHDOG] More coding-style and trivial clean-up
...
Some more cleaning-up of the watchdog drivers.
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
2009-03-25 09:07:04 +00:00
Wim Van Sebroeck
9626dd75c5
[WATCHDOG] cpwd.c & riowd.c - unlocked_ioctl
...
Switch to unlocked_ioctl
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
2009-03-25 08:54:57 +00:00
David S. Miller
fd098316ef
sparc: Annotate of_device_id arrays with const or __initdata.
...
As suggested by Stephen Rothwell.
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-08-31 01:23:17 -07:00
David S. Miller
e25ecd08c4
riowd: Distinguish between driver name and OF device node name.
...
Driver messages should print the driver name, rather than the
OF device node name.
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-08-29 15:42:31 -07:00
David S. Miller
957183f32e
riowatchdog: Move under drivers/watchdog
...
The config stuff was already in drivers/watchdog/Kconfig
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-08-29 15:40:24 -07:00