diff options
Diffstat (limited to 'net/ax25/ax25_uid.c')
-rw-r--r-- | net/ax25/ax25_uid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ax25/ax25_uid.c b/net/ax25/ax25_uid.c index 7f4c294b36f1..59a41b1e61f5 100644 --- a/net/ax25/ax25_uid.c +++ b/net/ax25/ax25_uid.c | |||
@@ -198,7 +198,7 @@ static int ax25_uid_info_open(struct inode *inode, struct file *file) | |||
198 | return seq_open(file, &ax25_uid_seqops); | 198 | return seq_open(file, &ax25_uid_seqops); |
199 | } | 199 | } |
200 | 200 | ||
201 | struct file_operations ax25_uid_fops = { | 201 | const struct file_operations ax25_uid_fops = { |
202 | .owner = THIS_MODULE, | 202 | .owner = THIS_MODULE, |
203 | .open = ax25_uid_info_open, | 203 | .open = ax25_uid_info_open, |
204 | .read = seq_read, | 204 | .read = seq_read, |