tracing: make all file_operations const
[deliverable/linux.git] / kernel / trace / trace_sysprof.c
index c771af4e8f1a8b0a6d9e04e0b7a313e452cc3049..91fd19c2149f5c57e37e808286bc4a3f1929510e 100644 (file)
@@ -314,7 +314,7 @@ sysprof_sample_write(struct file *filp, const char __user *ubuf,
        return cnt;
 }
 
-static struct file_operations sysprof_sample_fops = {
+static const struct file_operations sysprof_sample_fops = {
        .read           = sysprof_sample_read,
        .write          = sysprof_sample_write,
 };
This page took 0.023565 seconds and 5 git commands to generate.