]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/trace/trace_sysprof.c
tracing/syscalls: core infrastructure for syscalls tracing, enhancements
[linux-2.6-omap-h63xx.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,
 };