]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/arm/mach-msm/last_radio_log.c
Merge branch 'master' into tk71
[mv-sheeva.git] / arch / arm / mach-msm / last_radio_log.c
index b64ba5a98686a2ad8fe85ffdb971d51725b192f5..1e243f46a9699341b9e35310632fcd6ed25fa3b4 100644 (file)
@@ -48,7 +48,8 @@ static ssize_t last_radio_log_read(struct file *file, char __user *buf,
 }
 
 static struct file_operations last_radio_log_fops = {
-       .read = last_radio_log_read
+       .read = last_radio_log_read,
+       .llseek = default_llseek,
 };
 
 void msm_init_last_radio_log(struct module *owner)