vserver 1.9.3
[linux-2.6.git] / drivers / char / watchdog / ixp4xx_wdt.c
index b8e3d91..a6781de 100644 (file)
@@ -170,6 +170,7 @@ ixp4xx_wdt_release(struct inode *inode, struct file *file)
 static struct file_operations ixp4xx_wdt_fops =
 {
        .owner          = THIS_MODULE,
+       .llseek         = no_llseek,
        .write          = ixp4xx_wdt_write,
        .ioctl          = ixp4xx_wdt_ioctl,
        .open           = ixp4xx_wdt_open,