]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/netrom/af_netrom.c
[PATCH] fix process crash caused by randomisation and 64k pages
[linux-2.6-omap-h63xx.git] / net / netrom / af_netrom.c
index 799b76806bc30c4b70541fadd1f8b608a1f398f9..bf9837dd95c4505642b99f93e9b96403d055685e 100644 (file)
@@ -1335,7 +1335,7 @@ static int nr_info_open(struct inode *inode, struct file *file)
        return seq_open(file, &nr_info_seqops);
 }
 
-static struct file_operations nr_info_fops = {
+static const struct file_operations nr_info_fops = {
        .owner = THIS_MODULE,
        .open = nr_info_open,
        .read = seq_read,