genetlink: remove genl_register_ops/genl_unregister_ops
genl_register_ops() is still needed for internal registration, but is no longer available to users of the API. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
b61a5eea59
commit
3686ec5e84
@@ -141,8 +141,6 @@ static inline int genl_register_family_with_ops(struct genl_family *family,
|
||||
}
|
||||
|
||||
int genl_unregister_family(struct genl_family *family);
|
||||
int genl_register_ops(struct genl_family *, struct genl_ops *ops);
|
||||
int genl_unregister_ops(struct genl_family *, struct genl_ops *ops);
|
||||
int genl_register_mc_group(struct genl_family *family,
|
||||
struct genl_multicast_group *grp);
|
||||
void genl_unregister_mc_group(struct genl_family *family,
|
||||
|
||||
Reference in New Issue
Block a user