diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2009-07-10 04:32:06 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-07-12 17:03:19 -0400 |
commit | 487420df79f1d9f5b9de74c9bef378609c475a39 (patch) | |
tree | d5013580950e5a317399ff00259934b58425beb6 /net/netlink | |
parent | 5bc38193c1793e240a7e0b93f129606931e35fdb (diff) |
netlink: remove unused exports
I added those myself in commits b4ff4f04 and 84659eb5,
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 <johannes@sipsolutions.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/netlink')
-rw-r--r-- | net/netlink/af_netlink.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/netlink/af_netlink.c b/net/netlink/af_netlink.c index 2936fa3b6dc8..d7d1b822e824 100644 --- a/net/netlink/af_netlink.c +++ b/net/netlink/af_netlink.c | |||
@@ -1541,7 +1541,6 @@ int netlink_change_ngroups(struct sock *sk, unsigned int groups) | |||
1541 | kfree(old); | 1541 | kfree(old); |
1542 | return err; | 1542 | return err; |
1543 | } | 1543 | } |
1544 | EXPORT_SYMBOL(netlink_change_ngroups); | ||
1545 | 1544 | ||
1546 | /** | 1545 | /** |
1547 | * netlink_clear_multicast_users - kick off multicast listeners | 1546 | * netlink_clear_multicast_users - kick off multicast listeners |
@@ -1564,7 +1563,6 @@ void netlink_clear_multicast_users(struct sock *ksk, unsigned int group) | |||
1564 | 1563 | ||
1565 | netlink_table_ungrab(); | 1564 | netlink_table_ungrab(); |
1566 | } | 1565 | } |
1567 | EXPORT_SYMBOL(netlink_clear_multicast_users); | ||
1568 | 1566 | ||
1569 | void netlink_set_nonroot(int protocol, unsigned int flags) | 1567 | void netlink_set_nonroot(int protocol, unsigned int flags) |
1570 | { | 1568 | { |