]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - samples/kfifo/record-example.c
Merge branch 'master' into tk71
[mv-sheeva.git] / samples / kfifo / record-example.c
index e68bd16a5da43d010f315264931c40132e84632a..2d7529eeb2940a8d6f92cc2104e0f8379dcb74ca 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)