vserver 1.9.3
[linux-2.6.git] / drivers / char / watchdog / sa1100_wdt.c
index 1adf09f..394ee7a 100644 (file)
 #include <linux/watchdog.h>
 #include <linux/init.h>
 
+#ifdef CONFIG_ARCH_PXA
+#include <asm/arch/pxa-regs.h>
+#endif
+
 #include <asm/hardware.h>
 #include <asm/bitops.h>
 #include <asm/uaccess.h>
@@ -162,6 +166,7 @@ static int sa1100dog_ioctl(struct inode *inode, struct file *file,
 static struct file_operations sa1100dog_fops =
 {
        .owner          = THIS_MODULE,
+       .llseek         = no_llseek,
        .write          = sa1100dog_write,
        .ioctl          = sa1100dog_ioctl,
        .open           = sa1100dog_open,