]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/watchdog/pnx4008_wdt.c
PCI: remove unused resource assignment in pci_read_bridge_bases()
[linux-2.6-omap-h63xx.git] / drivers / watchdog / pnx4008_wdt.c
index 6eadf5ebb9b34ea647891b5c0da9a21a1463c0d3..6d9f3d4a9987342f5900ba43200b8c447035c6d5 100644 (file)
@@ -30,8 +30,7 @@
 #include <linux/spinlock.h>
 #include <linux/uaccess.h>
 #include <linux/io.h>
-
-#include <asm/hardware.h>
+#include <mach/hardware.h>
 
 #define MODULE_NAME "PNX4008-WDT: "
 
@@ -174,8 +173,8 @@ static const struct watchdog_info ident = {
        .identity = "PNX4008 Watchdog",
 };
 
-static long pnx4008_wdt_ioctl(struct inode *inode, struct file *file,
-                                       unsigned int cmd, unsigned long arg)
+static long pnx4008_wdt_ioctl(struct file *file, unsigned int cmd,
+                               unsigned long arg)
 {
        int ret = -ENOTTY;
        int time;