]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/atm/mpoa_proc.c
[NET]: Make all initialized struct seq_operations const.
[net-next-2.6.git] / net / atm / mpoa_proc.c
index 4b05cbec7a581c8d44a14dfe3dbcfe593e961c40..91f3ffc90dbdc938a211b46aaccb565a51b5be40 100644 (file)
@@ -177,7 +177,7 @@ static int mpc_show(struct seq_file *m, void *v)
        return 0;
 }
 
-static struct seq_operations mpc_op = {
+static const struct seq_operations mpc_op = {
        .start =        mpc_start,
        .next =         mpc_next,
        .stop =         mpc_stop,