X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=security%2Fselinux%2Fselinuxfs.c;h=397fd4955fe1fb9dc9e57b95189084435f648294;hb=a24a789cc6b0a736759bd221b0a32f9a240c2f6e;hp=2fa483f26113c1656d950e11579bda5c7903cf8c;hpb=980110c5da56cb56d3356f5a5251fdc920f83ba6;p=linux-2.6-omap-h63xx.git diff --git a/security/selinux/selinuxfs.c b/security/selinux/selinuxfs.c index 2fa483f2611..397fd4955fe 100644 --- a/security/selinux/selinuxfs.c +++ b/security/selinux/selinuxfs.c @@ -1222,7 +1222,7 @@ static int sel_avc_stats_seq_show(struct seq_file *seq, void *v) static void sel_avc_stats_seq_stop(struct seq_file *seq, void *v) { } -static struct seq_operations sel_avc_cache_stats_seq_ops = { +static const struct seq_operations sel_avc_cache_stats_seq_ops = { .start = sel_avc_stats_seq_start, .next = sel_avc_stats_seq_next, .show = sel_avc_stats_seq_show,