]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/watchdog/riowd.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
[linux-2.6-omap-h63xx.git] / drivers / watchdog / riowd.c
index 01cc7e39d92fe93f702f4f16d8f440f5d6319442..1e8f02f440e6f5ee6db426f0e0d9863731b686b0 100644 (file)
@@ -14,9 +14,8 @@
 #include <linux/watchdog.h>
 #include <linux/of.h>
 #include <linux/of_device.h>
-
-#include <asm/io.h>
-#include <asm/uaccess.h>
+#include <linux/io.h>
+#include <linux/uaccess.h>
 
 
 /* RIO uses the NatSemi Super I/O power management logical device
@@ -146,7 +145,8 @@ static long riowd_ioctl(struct file *filp, unsigned int cmd, unsigned long arg)
        return 0;
 }
 
-static ssize_t riowd_write(struct file *file, const char __user *buf, size_t count, loff_t *ppos)
+static ssize_t riowd_write(struct file *file, const char __user *buf,
+                                               size_t count, loff_t *ppos)
 {
        struct riowd *p = riowd_device;