llseek: automatically add .llseek fop
[linux-flexiantxendom0-natty.git] / arch / um / drivers / harddog_kern.c
index cfcac1f..dd1e6f8 100644 (file)
@@ -166,6 +166,7 @@ static const struct file_operations harddog_fops = {
        .unlocked_ioctl = harddog_ioctl,
        .open           = harddog_open,
        .release        = harddog_release,
+       .llseek         = no_llseek,
 };
 
 static struct miscdevice harddog_miscdev = {