Merge branch 'hw_addr_set-arch'
authorDavid S. Miller <davem@davemloft.net>
Fri, 19 Nov 2021 11:05:22 +0000 (11:05 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Nov 2021 11:05:22 +0000 (11:05 +0000)
commit2edc4bf666c1f641ea524751c35657e76ce353d8
tree900eea1353d761d176cfa5c8d17dd6df5d5711e8
parent82f60a011c5f7287f06241f7720739b51d5da6fc
parentbb52aff3e32144ce7e59541302cbce58464a450e
Merge branch 'hw_addr_set-arch'

Jakub Kicinski says:

====================
net: use eth_hw_addr_set() in arch-specific drivers

Fixups for more arch-specific drivers.

With these (and another patch which didn't fit) the build is more or
less clean with all cross-compilers available on kernel.org. I say
more or less because around half of the arches fail to build for
unrelated reasons right now.

Most of the changes here are for m68k, 32bit x86 and alpha.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>