Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes...
[pandora-kernel.git] / samples / tracepoints / tracepoint-sample.c
index 26fab33..f4d89e0 100644 (file)
@@ -30,6 +30,7 @@ static int my_open(struct inode *inode, struct file *file)
 
 static const struct file_operations mark_ops = {
        .open = my_open,
+       .llseek = noop_llseek,
 };
 
 static int __init sample_init(void)