aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/dream/qdsp5/evlog.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/dream/qdsp5/evlog.h')
-rw-r--r--drivers/staging/dream/qdsp5/evlog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/dream/qdsp5/evlog.h b/drivers/staging/dream/qdsp5/evlog.h
index 922ce670a32a..e5ab86b9dd7c 100644
--- a/drivers/staging/dream/qdsp5/evlog.h
+++ b/drivers/staging/dream/qdsp5/evlog.h
@@ -123,6 +123,7 @@ static int ev_log_open(struct inode *inode, struct file *file)
static const struct file_operations ev_log_ops = {
.read = ev_log_read,
.open = ev_log_open,
+ .llseek = default_llseek,
};
static int ev_log_init(struct ev_log *log)