llseek: automatically add .llseek fop
[linux-flexiantxendom0-3.2.10.git] / drivers / input / serio / serio_raw.c
index 9986648..cd82bb1 100644 (file)
@@ -243,6 +243,7 @@ static const struct file_operations serio_raw_fops = {
        .write =        serio_raw_write,
        .poll =         serio_raw_poll,
        .fasync =       serio_raw_fasync,
+       .llseek = noop_llseek,
 };