]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/input/input.c
llseek: automatically add .llseek fop
[net-next-2.6.git] / drivers / input / input.c
index ab6982056518e3c086c57738f360574b211108aa..7919c25372257e0baa922903565f55fd94effb29 100644 (file)
@@ -2047,6 +2047,7 @@ out:
 static const struct file_operations input_fops = {
        .owner = THIS_MODULE,
        .open = input_open_file,
+       .llseek = noop_llseek,
 };
 
 static int __init input_init(void)