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)
commit8199d0c6ad95ae0d6ef84c28ab296ee4de46ed76
treef310c36e0b221a4dc1b3381985fef15088c45469
parent429c3be8a5e2695b5b92a6a12361eb89eb185495
parent8eb86fc2f4905899a4684c1e03555e42556f4d53
Merge branch 'dev_addr-const-fixes'

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>