device property: move mac addr helpers to eth.c
authorJakub Kicinski <kuba@kernel.org>
Thu, 7 Oct 2021 01:06:57 +0000 (18:06 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 7 Oct 2021 12:39:51 +0000 (13:39 +0100)
commit433baf0719d6a81d0587ea27545a120a3880abf6
tree63ae499e47c10ad4834d5b566b5b3882f270924d
parent9ca01b25dffffecf6c59339aad6b4736680e9fa3
device property: move mac addr helpers to eth.c

Move the mac address helpers out, eth.c already contains
a bunch of similar helpers.

Suggested-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/base/property.c
include/linux/etherdevice.h
include/linux/property.h
net/ethernet/eth.c