llseek: automatically add .llseek fop
[linux-flexiantxendom0-natty.git] / drivers / video / fbmem.c
index b066475..42e303f 100644 (file)
@@ -1439,6 +1439,7 @@ static const struct file_operations fb_fops = {
 #ifdef CONFIG_FB_DEFERRED_IO
        .fsync =        fb_deferred_io_fsync,
 #endif
+       .llseek =       default_llseek,
 };
 
 struct class *fb_class;