Merge branch 'master'
[pandora-kernel.git] / fs / sysfs / bin.c
index 78899ee..c16a93c 100644 (file)
@@ -163,7 +163,7 @@ static int release(struct inode * inode, struct file * file)
        return 0;
 }
 
-struct file_operations bin_fops = {
+const struct file_operations bin_fops = {
        .read           = read,
        .write          = write,
        .mmap           = mmap,