summaryrefslogtreecommitdiffstats
path: root/net/ipv4/proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/proc.c')
-rw-r--r--net/ipv4/proc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/ipv4/proc.c b/net/ipv4/proc.c
index 9f37c4727861..dc5edc8f7564 100644
--- a/net/ipv4/proc.c
+++ b/net/ipv4/proc.c
@@ -83,7 +83,6 @@ static int sockstat_seq_open(struct inode *inode, struct file *file)
83} 83}
84 84
85static const struct file_operations sockstat_seq_fops = { 85static const struct file_operations sockstat_seq_fops = {
86 .owner = THIS_MODULE,
87 .open = sockstat_seq_open, 86 .open = sockstat_seq_open,
88 .read = seq_read, 87 .read = seq_read,
89 .llseek = seq_lseek, 88 .llseek = seq_lseek,
@@ -467,7 +466,6 @@ static int snmp_seq_open(struct inode *inode, struct file *file)
467} 466}
468 467
469static const struct file_operations snmp_seq_fops = { 468static const struct file_operations snmp_seq_fops = {
470 .owner = THIS_MODULE,
471 .open = snmp_seq_open, 469 .open = snmp_seq_open,
472 .read = seq_read, 470 .read = seq_read,
473 .llseek = seq_lseek, 471 .llseek = seq_lseek,
@@ -515,7 +513,6 @@ static int netstat_seq_open(struct inode *inode, struct file *file)
515} 513}
516 514
517static const struct file_operations netstat_seq_fops = { 515static const struct file_operations netstat_seq_fops = {
518 .owner = THIS_MODULE,
519 .open = netstat_seq_open, 516 .open = netstat_seq_open,
520 .read = seq_read, 517 .read = seq_read,
521 .llseek = seq_lseek, 518 .llseek = seq_lseek,