commit | b968a44f7b9470c9df0d1fe5290710969108bfbf | [log] [tgz] |
---|---|---|
author | Rikard Falkeborn <rikard.falkeborn@gmail.com> | Thu Aug 27 00:56:05 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Aug 26 16:21:17 2020 -0700 |
tree | 675cb99f3b8b00aba09cb4954d0cd37310d2ecf5 | |
parent | 3ab4519aecb424df8abb1beca8e27d71ac242ab6 [diff] |
net: renesas: sh_eth: constify bb_ops The only usage of bb_ops is to assign its address to the ops field in the mdiobb_ctrl struct, which is a const pointer. Make it const to allow the compiler to put it in read-only memory. Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>