vserver 1.9.3
[linux-2.6.git] / drivers / char / watchdog / indydog.c
index 4e9093b..6af2c79 100644 (file)
@@ -162,6 +162,7 @@ static int indydog_notify_sys(struct notifier_block *this, unsigned long code, v
 
 static struct file_operations indydog_fops = {
        .owner          = THIS_MODULE,
+       .llseek         = no_llseek,
        .write          = indydog_write,
        .ioctl          = indydog_ioctl,
        .open           = indydog_open,