Merge commit 'perf/core' into perf/hw-breakpoint
[safe/jmp/linux-2.6] / samples / tracepoints / tracepoint-sample.c
index 9cf80a1..26fab33 100644 (file)
@@ -28,7 +28,7 @@ static int my_open(struct inode *inode, struct file *file)
        return -EPERM;
 }
 
-static struct file_operations mark_ops = {
+static const struct file_operations mark_ops = {
        .open = my_open,
 };