aboutsummaryrefslogtreecommitdiffstats
path: root/net/phonet/af_phonet.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/phonet/af_phonet.c')
-rw-r--r--net/phonet/af_phonet.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/phonet/af_phonet.c b/net/phonet/af_phonet.c
index a8ba6f177b29..5c729ba56939 100644
--- a/net/phonet/af_phonet.c
+++ b/net/phonet/af_phonet.c
@@ -203,6 +203,7 @@ static int __init phonet_init(void)
203 203
204 phonet_device_init(); 204 phonet_device_init();
205 dev_add_pack(&phonet_packet_type); 205 dev_add_pack(&phonet_packet_type);
206 phonet_netlink_register();
206 return 0; 207 return 0;
207} 208}
208 209