All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC bluetooth-next] mac802154: do not export ieee802154_rx()
@ 2015-06-29  9:31 Varka Bhadram
  2015-06-29 13:16 ` Stefan Schmidt
  2015-06-29 19:58 ` Alexander Aring
  0 siblings, 2 replies; 3+ messages in thread
From: Varka Bhadram @ 2015-06-29  9:31 UTC (permalink / raw)
  To: linux-wpan; +Cc: alex.aring

Right now there are no other users for ieee802154_rx()
in kernel. So lets remove EXPORT_SYMBOL() for this.

Signed-off-by: Varka Bhadram <varkabhadram@gmail.com>
---
 net/mac802154/rx.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/net/mac802154/rx.c b/net/mac802154/rx.c
index 5a258c1..7791c9b 100644
--- a/net/mac802154/rx.c
+++ b/net/mac802154/rx.c
@@ -290,7 +290,6 @@ void ieee802154_rx(struct ieee802154_hw *hw, struct sk_buff *skb)
 drop:
 	kfree_skb(skb);
 }
-EXPORT_SYMBOL(ieee802154_rx);
 
 void
 ieee802154_rx_irqsafe(struct ieee802154_hw *hw, struct sk_buff *skb, u8 lqi)
-- 
1.7.9.5


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

end of thread, other threads:[~2015-06-29 19:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-29  9:31 [RFC bluetooth-next] mac802154: do not export ieee802154_rx() Varka Bhadram
2015-06-29 13:16 ` Stefan Schmidt
2015-06-29 19:58 ` Alexander Aring

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.