diff options
Diffstat (limited to 'net/802/tr.c')
| -rw-r--r-- | net/802/tr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/802/tr.c b/net/802/tr.c index e56e61a7f545..032c31e748eb 100644 --- a/net/802/tr.c +++ b/net/802/tr.c | |||
| @@ -36,6 +36,7 @@ | |||
| 36 | #include <linux/seq_file.h> | 36 | #include <linux/seq_file.h> |
| 37 | #include <linux/init.h> | 37 | #include <linux/init.h> |
| 38 | #include <net/arp.h> | 38 | #include <net/arp.h> |
| 39 | #include <net/net_namespace.h> | ||
| 39 | 40 | ||
| 40 | static void tr_add_rif_info(struct trh_hdr *trh, struct net_device *dev); | 41 | static void tr_add_rif_info(struct trh_hdr *trh, struct net_device *dev); |
| 41 | static void rif_check_expire(unsigned long dummy); | 42 | static void rif_check_expire(unsigned long dummy); |
| @@ -639,7 +640,7 @@ static int __init rif_init(void) | |||
| 639 | rif_timer.function = rif_check_expire; | 640 | rif_timer.function = rif_check_expire; |
| 640 | add_timer(&rif_timer); | 641 | add_timer(&rif_timer); |
| 641 | 642 | ||
| 642 | proc_net_fops_create("tr_rif", S_IRUGO, &rif_seq_fops); | 643 | proc_net_fops_create(&init_net, "tr_rif", S_IRUGO, &rif_seq_fops); |
| 643 | return 0; | 644 | return 0; |
| 644 | } | 645 | } |
| 645 | 646 | ||
