diff options
Diffstat (limited to 'net/appletalk/aarp.c')
-rw-r--r-- | net/appletalk/aarp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/appletalk/aarp.c b/net/appletalk/aarp.c index 27e845d260a9..d89d62f3702f 100644 --- a/net/appletalk/aarp.c +++ b/net/appletalk/aarp.c | |||
@@ -1048,7 +1048,7 @@ out_kfree: | |||
1048 | goto out; | 1048 | goto out; |
1049 | } | 1049 | } |
1050 | 1050 | ||
1051 | struct file_operations atalk_seq_arp_fops = { | 1051 | const struct file_operations atalk_seq_arp_fops = { |
1052 | .owner = THIS_MODULE, | 1052 | .owner = THIS_MODULE, |
1053 | .open = aarp_seq_open, | 1053 | .open = aarp_seq_open, |
1054 | .read = seq_read, | 1054 | .read = seq_read, |