Merge branch 'dev_addr-const-fixes'
authorDavid S. Miller <davem@davemloft.net>
Wed, 26 Jan 2022 15:40:02 +0000 (15:40 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 26 Jan 2022 15:40:02 +0000 (15:40 +0000)
Jakub Kicinski says:

====================
ethernet: fix some esoteric drivers after netdev->dev_addr constification

Looking at recent fixes for drivers which don't get included with
allmodconfig builds I thought it's worth grepping for more instances of:

  dev->dev_addr\[.*\] =

This set contains the fixes.

v2: add last 3 patches which fix drivers for the RiscPC ARM platform.
Thanks to Arnd Bergmann for explaining how to build test that.
====================

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

Trivial merge