OSDN Git Service

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)
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>

Trivial merge