vserver 1.9.3
[linux-2.6.git] / drivers / char / watchdog / sc1200wdt.c
index 9ddebae..d17d485 100644 (file)
@@ -301,6 +301,7 @@ static struct notifier_block sc1200wdt_notifier =
 static struct file_operations sc1200wdt_fops =
 {
        .owner          = THIS_MODULE,
+       .llseek         = no_llseek,
        .write          = sc1200wdt_write,
        .ioctl          = sc1200wdt_ioctl,
        .open           = sc1200wdt_open,