llseek: automatically add .llseek fop
[linux-flexiantxendom0-natty.git] / drivers / macintosh / ans-lcd.c
index a3d25da..1a57e88 100644 (file)
@@ -137,6 +137,7 @@ const struct file_operations anslcd_fops = {
        .write          = anslcd_write,
        .unlocked_ioctl = anslcd_ioctl,
        .open           = anslcd_open,
+       .llseek         = default_llseek,
 };
 
 static struct miscdevice anslcd_dev = {