dev_ioctl: split out ndo_eth_ioctl
[linux-2.6-block.git] / drivers / net / ethernet / atheros / atl1e / atl1e_main.c
index 2eb0a2ab69f6821ed212c58ba103e6be7ca4944b..753973ac922e9bc7576a102b1a4d1664cb4d0b75 100644 (file)
@@ -2247,7 +2247,7 @@ static const struct net_device_ops atl1e_netdev_ops = {
        .ndo_fix_features       = atl1e_fix_features,
        .ndo_set_features       = atl1e_set_features,
        .ndo_change_mtu         = atl1e_change_mtu,
-       .ndo_do_ioctl           = atl1e_ioctl,
+       .ndo_eth_ioctl          = atl1e_ioctl,
        .ndo_tx_timeout         = atl1e_tx_timeout,
 #ifdef CONFIG_NET_POLL_CONTROLLER
        .ndo_poll_controller    = atl1e_netpoll,