diff options
author | 2022-06-28 14:59:45 +0100 | |
---|---|---|
committer | 2022-06-29 13:40:47 +0100 | |
commit | 8cb03f4e084e8472d5fec77c01ee70eae8fa8b22 (patch) | |
tree | a85a335254c8fab2730ac8273eed41f4826f7ad2 /drivers/net/dsa/microchip/ksz_common.c | |
parent | sfc: Change BUG_ON to WARN_ON and recovery code. (diff) | |
download | linux-dev-8cb03f4e084e8472d5fec77c01ee70eae8fa8b22.tar.xz linux-dev-8cb03f4e084e8472d5fec77c01ee70eae8fa8b22.zip |
sfc: Encapsulate access to netdev_priv()
Once we separate struct efx_nic memory from net_device memory the
existing usage will have to change.
Apart from the new function efx_netdev_priv() accesses have been
changed using:
sed -i 's/netdev_priv/efx_netdev_priv/'
Signed-off-by: Jonathan Cooper <jonathan.s.cooper@amd.com>
Co-developed-by: Martin Habets <habetsm.xilinx@gmail.com>
Signed-off-by: Martin Habets <habetsm.xilinx@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/dsa/microchip/ksz_common.c')
0 files changed, 0 insertions, 0 deletions