x86, sparse: Do not force removal of __user when calling copy_to/from_user_nocheck()
[pandora-kernel.git] / samples / kfifo / record-example.c
index e68bd16..2d7529e 100644 (file)
@@ -155,6 +155,7 @@ static const struct file_operations fifo_fops = {
        .owner          = THIS_MODULE,
        .read           = fifo_read,
        .write          = fifo_write,
+       .llseek         = noop_llseek,
 };
 
 static int __init example_init(void)