diff options
Diffstat (limited to 'net/atm/mpoa_proc.c')
-rw-r--r-- | net/atm/mpoa_proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/atm/mpoa_proc.c b/net/atm/mpoa_proc.c index 43315af10309..4b05cbec7a58 100644 --- a/net/atm/mpoa_proc.c +++ b/net/atm/mpoa_proc.c | |||
@@ -39,7 +39,7 @@ static int parse_qos(const char *buff); | |||
39 | /* | 39 | /* |
40 | * Define allowed FILE OPERATIONS | 40 | * Define allowed FILE OPERATIONS |
41 | */ | 41 | */ |
42 | static struct file_operations mpc_file_operations = { | 42 | static const struct file_operations mpc_file_operations = { |
43 | .owner = THIS_MODULE, | 43 | .owner = THIS_MODULE, |
44 | .open = proc_mpc_open, | 44 | .open = proc_mpc_open, |
45 | .read = seq_read, | 45 | .read = seq_read, |