]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/cpuset.c
[PATCH] cpuset procfs warning fix
[linux-2.6-omap-h63xx.git] / kernel / cpuset.c
index 232aed2b10f9a403346cc6e4a425c4ed8613a4d1..6b05dc69c9597f900f46c02ff6acaff4e9768458 100644 (file)
@@ -2656,7 +2656,7 @@ static int cpuset_open(struct inode *inode, struct file *file)
        return single_open(file, proc_cpuset_show, pid);
 }
 
-const struct file_operations proc_cpuset_operations = {
+struct file_operations proc_cpuset_operations = {
        .open           = cpuset_open,
        .read           = seq_read,
        .llseek         = seq_lseek,