X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=net%2Fcore%2Fdev_mcast.c;h=56b310c0c860af79db12593d6efbe48f793e034d;hb=c38c83cb705a41e30a99545ae2314c00e3b9bf1c;hp=bfcbdf73a2930efd98cc92e66fae46746cb47483;hpb=958b7f37ee0fb2846c8d44310a68ae9605614ff9;p=powerpc.git diff --git a/net/core/dev_mcast.c b/net/core/dev_mcast.c index bfcbdf73a2..56b310c0c8 100644 --- a/net/core/dev_mcast.c +++ b/net/core/dev_mcast.c @@ -27,7 +27,6 @@ #include #include #include -#include #include #include #include @@ -277,7 +276,7 @@ static int dev_mc_seq_open(struct inode *inode, struct file *file) return seq_open(file, &dev_mc_seq_ops); } -static struct file_operations dev_mc_seq_fops = { +static const struct file_operations dev_mc_seq_fops = { .owner = THIS_MODULE, .open = dev_mc_seq_open, .read = seq_read,