llseek: automatically add .llseek fop
[linux-flexiantxendom0-3.2.10.git] / drivers / staging / dream / qdsp5 / audio_aac.c
index a373f35..45f4c78 100644 (file)
@@ -1030,6 +1030,7 @@ static struct file_operations audio_aac_fops = {
        .read = audio_read,
        .write = audio_write,
        .unlocked_ioctl = audio_ioctl,
+       .llseek = noop_llseek,
 };
 
 struct miscdevice audio_aac_misc = {