]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - lib/Makefile
net: core: move mac_pton() to lib/net_utils.c
authorAndy Shevchenko <andy.shevchenko@gmail.com>
Tue, 4 Jun 2013 16:46:26 +0000 (19:46 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Jun 2013 19:00:27 +0000 (12:00 -0700)
commit4cd5773a2ae6facdde3f563087a4cc50f00d9530
treef473e0a20e69f056394d3b268bfb4256cedff4ed
parent143e9c76c487957de89808cf2a3c828518ad131b
net: core: move mac_pton() to lib/net_utils.c

Since we have at least one user of this function outside of CONFIG_NET
scope, we have to provide this function independently. The proposed
solution is to move it under lib/net_utils.c with corresponding
configuration variable and select wherever it is needed.

Signed-off-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Reported-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: David S. Miller <davem@davemloft.net>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/Kconfig
drivers/net/netconsole.c
include/linux/if_ether.h
include/linux/kernel.h
lib/Kconfig
lib/Makefile
lib/net_utils.c [new file with mode: 0644]
net/Kconfig
net/core/netpoll.c
net/core/utils.c