]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/char/misc.c
Merge branch 'for-2.6.37/misc' of git://git.kernel.dk/linux-2.6-block
[karo-tx-linux.git] / drivers / char / misc.c
index abdafd48898029324d21153637bb3af4925e0fe3..778273c93242f5efbd1629a0f7c9d102ed907b4a 100644 (file)
@@ -162,6 +162,7 @@ static struct class *misc_class;
 static const struct file_operations misc_fops = {
        .owner          = THIS_MODULE,
        .open           = misc_open,
+       .llseek         = noop_llseek,
 };
 
 /**