]> err.no Git - linux-2.6/blobdiff - net/x25/x25_proc.c
Merge branch 'master' into 85xx
[linux-2.6] / net / x25 / x25_proc.c
index 3c9f1ba56221c3e0067ea8d4105ca257a2af4ed3..96001f0c64fc16a8f4cd32512bb31adab912ec5f 100644 (file)
@@ -270,7 +270,7 @@ static int x25_seq_forward_open(struct inode *inode, struct file *file)
        return seq_open(file, &x25_seq_forward_ops);
 }
 
-static struct file_operations x25_seq_socket_fops = {
+static const struct file_operations x25_seq_socket_fops = {
        .owner          = THIS_MODULE,
        .open           = x25_seq_socket_open,
        .read           = seq_read,
@@ -278,7 +278,7 @@ static struct file_operations x25_seq_socket_fops = {
        .release        = seq_release,
 };
 
-static struct file_operations x25_seq_route_fops = {
+static const struct file_operations x25_seq_route_fops = {
        .owner          = THIS_MODULE,
        .open           = x25_seq_route_open,
        .read           = seq_read,