On Thu, 2014-04-17 at 18:22 -0700, Luis R. Rodriguez wrote: > +#if IS_ENABLED(CONFIG_IEEE802154_6LOWPAN) > [...] > +#else > +static inline struct netns_ieee802154_lowpan * > +net_ieee802154_lowpan(struct net *net) > +{ > + return NULL; > +} > +#endif
Why would that be needed? If nobody compiles 802.15.4 then it seems nothing should reference it? johannes -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/