documentation: convert the Documentation directory to UTF-8
[sfrench/cifs-2.6.git] / security / keys / proc.c
index 686a9ee0c5dee8b43fbcf72e407dc386e52e7086..3e0d0a6e224f5e36204c05526175d9382f6af6c6 100644 (file)
@@ -33,7 +33,7 @@ static struct seq_operations proc_keys_ops = {
        .show   = proc_keys_show,
 };
 
-static struct file_operations proc_keys_fops = {
+static const struct file_operations proc_keys_fops = {
        .open           = proc_keys_open,
        .read           = seq_read,
        .llseek         = seq_lseek,
@@ -54,7 +54,7 @@ static struct seq_operations proc_key_users_ops = {
        .show   = proc_key_users_show,
 };
 
-static struct file_operations proc_key_users_fops = {
+static const struct file_operations proc_key_users_fops = {
        .open           = proc_key_users_open,
        .read           = seq_read,
        .llseek         = seq_lseek,