diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/net/phonet/phonet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/phonet/phonet.h b/include/net/phonet/phonet.h index c53f2abc059..8b777943d20 100644 --- a/include/net/phonet/phonet.h +++ b/include/net/phonet/phonet.h | |||
@@ -71,4 +71,5 @@ struct phonet_protocol { | |||
71 | int phonet_proto_register(int protocol, struct phonet_protocol *pp); | 71 | int phonet_proto_register(int protocol, struct phonet_protocol *pp); |
72 | void phonet_proto_unregister(int protocol, struct phonet_protocol *pp); | 72 | void phonet_proto_unregister(int protocol, struct phonet_protocol *pp); |
73 | 73 | ||
74 | void phonet_netlink_register(void); | ||
74 | #endif | 75 | #endif |