dev_ioctl: split out ndo_eth_ioctl
[linux-block.git] / drivers / net / ethernet / broadcom / bnx2x / bnx2x_main.c
index 2acbc73dcd1826be9b57d9fc9a8bfcf50a08e19b..6d98134913cdbb949311a6c6b674f7461dddafd8 100644 (file)
@@ -13048,7 +13048,7 @@ static const struct net_device_ops bnx2x_netdev_ops = {
        .ndo_set_rx_mode        = bnx2x_set_rx_mode,
        .ndo_set_mac_address    = bnx2x_change_mac_addr,
        .ndo_validate_addr      = bnx2x_validate_addr,
-       .ndo_do_ioctl           = bnx2x_ioctl,
+       .ndo_eth_ioctl          = bnx2x_ioctl,
        .ndo_change_mtu         = bnx2x_change_mtu,
        .ndo_fix_features       = bnx2x_fix_features,
        .ndo_set_features       = bnx2x_set_features,