]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/sysfs/bin.c
Merge branch 'upstream'
[linux-2.6-omap-h63xx.git] / fs / sysfs / bin.c
index 78899eeab9742c8e35b8c8a68a43054c0fd9c5a9..c16a93c353c0cba3c7503b8041341be39ff69c21 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,