Skip to content

Commit

Permalink
netlink: remove unused exports
Browse files Browse the repository at this point in the history
I added those myself in commits b4ff4f0 and 84659eb,
but I see no reason now why they should be exported,
only generic netlink uses them which cannot be modular.

Signed-off-by: Johannes Berg <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
jmberg authored and davem330 committed Jul 12, 2009
1 parent 5bc3819 commit 487420d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions net/netlink/af_netlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -1541,7 +1541,6 @@ int netlink_change_ngroups(struct sock *sk, unsigned int groups)
kfree(old);
return err;
}
EXPORT_SYMBOL(netlink_change_ngroups);

/**
* netlink_clear_multicast_users - kick off multicast listeners
Expand All @@ -1564,7 +1563,6 @@ void netlink_clear_multicast_users(struct sock *ksk, unsigned int group)

netlink_table_ungrab();
}
EXPORT_SYMBOL(netlink_clear_multicast_users);

void netlink_set_nonroot(int protocol, unsigned int flags)
{
Expand Down

0 comments on commit 487420d

Please sign in to comment.