On Tue, Jun 4, 2013 at 5:03 PM, Arnd Bergmann <[email protected]> wrote: > On Tuesday 28 May 2013, Andy Shevchenko wrote: >> We have mac_pton() helper to parse MAC addresses. >> >> Signed-off-by: Andy Shevchenko <[email protected]> >> Acked-by: Arnd Bergmann <[email protected]> > > Hmm, the patch has appeared in linux-next now, and I'm now getting > randconfig build errors when CONFIG_NET is disabled, since > mac_pton is undefined then.
Thanks for catching this. > The easiest solution would be to > make the entire driver "depend on NET". I don't feel that is good idea. Driver is an abstraction to the ROM, it doesn't mean you can't read ROM without network framework. It seems proper solution is to move mac_pton() outside of CONFIG_NET, though I don't know how to do this easily. -- With Best Regards, Andy Shevchenko -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

