mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-02 20:29:20 +00:00
genetlink: remove genl_unregister_mc_group()
There are no users of this API remaining, and we'll soon change group registration to be static (like ops are now) Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
03ed382746
commit
06fb555a27
2 changed files with 0 additions and 25 deletions
|
@ -168,8 +168,6 @@ static inline int _genl_register_family_with_ops(struct genl_family *family,
|
|||
int genl_unregister_family(struct genl_family *family);
|
||||
int genl_register_mc_group(struct genl_family *family,
|
||||
struct genl_multicast_group *grp);
|
||||
void genl_unregister_mc_group(struct genl_family *family,
|
||||
struct genl_multicast_group *grp);
|
||||
void genl_notify(struct sk_buff *skb, struct net *net, u32 portid,
|
||||
u32 group, struct nlmsghdr *nlh, gfp_t flags);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue