All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] netlink: remove unused exports
@ 2009-07-10 18:32 Johannes Berg
  2009-07-12 21:17 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Johannes Berg @ 2009-07-10 18:32 UTC (permalink / raw)
  To: netdev; +Cc: Thomas Graf

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>
---
 net/netlink/af_netlink.c |    2 --
 1 file changed, 2 deletions(-)

--- wireless-testing.orig/net/netlink/af_netlink.c	2009-07-10 20:21:46.000000000 +0200
+++ wireless-testing/net/netlink/af_netlink.c	2009-07-10 20:26:28.000000000 +0200
@@ -1575,7 +1575,6 @@ int netlink_change_ngroups(struct sock *
 	kfree(old);
 	return err;
 }
-EXPORT_SYMBOL(netlink_change_ngroups);
 
 /**
  * netlink_clear_multicast_users - kick off multicast listeners
@@ -1598,7 +1597,6 @@ void netlink_clear_multicast_users(struc
 
 	netlink_table_ungrab();
 }
-EXPORT_SYMBOL(netlink_clear_multicast_users);
 
 void netlink_set_nonroot(int protocol, unsigned int flags)
 {



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] netlink: remove unused exports
  2009-07-10 18:32 [PATCH] netlink: remove unused exports Johannes Berg
@ 2009-07-12 21:17 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2009-07-12 21:17 UTC (permalink / raw)
  To: johannes; +Cc: netdev, tgraf

From: Johannes Berg <johannes@sipsolutions.net>
Date: Fri, 10 Jul 2009 20:32:06 +0200

> 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>

Applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-07-12 21:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-10 18:32 [PATCH] netlink: remove unused exports Johannes Berg
2009-07-12 21:17 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.