]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/sysfs/bin.c
[PARISC] Fix IOREMAP with a 64-bit kernel
[karo-tx-linux.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,