summaryrefslogtreecommitdiffstats
path: root/net/atm/mpoa_proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/atm/mpoa_proc.c')
-rw-r--r--net/atm/mpoa_proc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/atm/mpoa_proc.c b/net/atm/mpoa_proc.c
index bb6eddfe6..69d8b726d 100644
--- a/net/atm/mpoa_proc.c
+++ b/net/atm/mpoa_proc.c
@@ -324,6 +324,7 @@ int mpc_proc_init(void)
return -ENOMEM;
}
p->proc_fops = &mpc_file_operations;
+ p->owner = THIS_MODULE;
return 0;
}