vserver 1.9.3
[linux-2.6.git] / drivers / char / watchdog / wdt977.c
index 388c548..072e9b2 100644 (file)
@@ -392,6 +392,7 @@ static int wdt977_notify_sys(struct notifier_block *this, unsigned long code,
 static struct file_operations wdt977_fops=
 {
        .owner          = THIS_MODULE,
+       .llseek         = no_llseek,
        .write          = wdt977_write,
        .ioctl          = wdt977_ioctl,
        .open           = wdt977_open,