backports: provide net_ieee802154_lowpan only when needed
authorJohannes Berg <johannes.berg@intel.com>
Mon, 5 May 2014 12:46:11 +0000 (14:46 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 1 Jun 2014 22:15:48 +0000 (00:15 +0200)
If 802.15.4 isn't configured, there's no need to provide the
network namespace support for it, so don't.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
[use IS_ENABLED to hanle CPTCFG_IEEE802154_6LOWPAN=m]
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
backport/backport-include/net/net_namespace.h
backport/compat/backport-3.15.c

index 3ea5d4662c27555b4f10cb4ea339bd6267dce5d5..17c9d554c9c42b3713a8a0767cd2a18bf06e9531 100644 (file)
@@ -1,9 +1,11 @@
 #ifndef _COMPAT_NET_NET_NAMESPACE_H
 #define _COMPAT_NET_NET_NAMESPACE_H 1
 
+#include_next <net/net_namespace.h>
+
+#if IS_ENABLED(CPTCFG_IEEE802154_6LOWPAN)
 #include <linux/version.h>
 #include <net/netns/ieee802154_6lowpan.h>
-#include_next <net/net_namespace.h>
 
 #if (LINUX_VERSION_CODE < KERNEL_VERSION(3,15,0))
 #if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,5,0))
@@ -22,5 +24,6 @@ net_ieee802154_lowpan(struct net *net)
        return &net->ieee802154_lowpan;
 }
 #endif /* LINUX_VERSION_CODE < KERNEL_VERSION(3,15,0) */
+#endif /* CPTCFG_IEEE802154_6LOWPAN */
 
 #endif /* _COMPAT_NET_NET_NAMESPACE_H */
index 4094e27c1f6ab9e784872958f21ff5468ec44c80..5732fa90973ee1b2d4f0fec9564de0dcc816ce12 100644 (file)
@@ -15,6 +15,7 @@
 #include <linux/string.h>
 #include <net/net_namespace.h>
 
+#if IS_ENABLED(CPTCFG_IEEE802154_6LOWPAN)
 #if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,5,0))
 /* the above kernel dependency is set to match the dependencies file */
 struct netns_ieee802154_lowpan ieee802154_lowpan;
@@ -26,6 +27,7 @@ struct netns_ieee802154_lowpan *net_ieee802154_lowpan(struct net *net)
 }
 EXPORT_SYMBOL_GPL(net_ieee802154_lowpan);
 #endif
+#endif /* CPTCFG_IEEE802154_6LOWPAN */
 
 /**
  * devm_kstrdup - Allocate resource managed space and