diff options
Diffstat (limited to 'samples/tracepoints/tracepoint-sample.c')
-rw-r--r-- | samples/tracepoints/tracepoint-sample.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/tracepoints/tracepoint-sample.c b/samples/tracepoints/tracepoint-sample.c index 26fab33ffa8c..f4d89e008c32 100644 --- a/samples/tracepoints/tracepoint-sample.c +++ b/samples/tracepoints/tracepoint-sample.c | |||
@@ -30,6 +30,7 @@ static int my_open(struct inode *inode, struct file *file) | |||
30 | 30 | ||
31 | static const struct file_operations mark_ops = { | 31 | static const struct file_operations mark_ops = { |
32 | .open = my_open, | 32 | .open = my_open, |
33 | .llseek = noop_llseek, | ||
33 | }; | 34 | }; |
34 | 35 | ||
35 | static int __init sample_init(void) | 36 | static int __init sample_init(void) |