diff options
| author | Luis R. Rodriguez <mcgrof@suse.com> | 2014-04-22 15:03:58 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2014-04-24 12:36:00 -0400 |
| commit | 7e65eac8e36f3f4e2553e83249e3d9bdf055456d (patch) | |
| tree | 8d1f31ab522de1248b6621914dbcfbd93002671f | |
| parent | 573be693ce72753c71cb957c2d38fd9cc6d9f568 (diff) | |
6lowpan: nuke net_ieee802154_lowpan() accessor when 6lowpan is disabled
Johannes noted this is not needed, all of the fragment
accessors don't need CONFIG_NET_NS. This goes test compiled with
CONFIG_BT_6LOWPAN=y and a disabled CONFIG_NET_NS.
CC: Alexander Smirnov <alex.bluesman.smirnov@gmail.com>
Cc: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Cc: linux-zigbee-devel@lists.sourceforge.net
Cc: David S. Miller" <davem@davemloft.net>
Cc: netdev@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Luis R. Rodriguez <mcgrof@suse.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
| -rw-r--r-- | include/net/net_namespace.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/net/net_namespace.h b/include/net/net_namespace.h index bc4118ede5b5..361d26077196 100644 --- a/include/net/net_namespace.h +++ b/include/net/net_namespace.h | |||
| @@ -379,15 +379,8 @@ net_ieee802154_lowpan(struct net *net) | |||
| 379 | { | 379 | { |
| 380 | return &net->ieee802154_lowpan; | 380 | return &net->ieee802154_lowpan; |
| 381 | } | 381 | } |
| 382 | #else | ||
| 383 | static inline struct netns_ieee802154_lowpan * | ||
| 384 | net_ieee802154_lowpan(struct net *net) | ||
| 385 | { | ||
| 386 | return NULL; | ||
| 387 | } | ||
| 388 | #endif | 382 | #endif |
| 389 | 383 | ||
| 390 | |||
| 391 | /* For callers who don't really care about whether it's IPv4 or IPv6 */ | 384 | /* For callers who don't really care about whether it's IPv4 or IPv6 */ |
| 392 | static inline void rt_genid_bump_all(struct net *net) | 385 | static inline void rt_genid_bump_all(struct net *net) |
| 393 | { | 386 | { |
