dev_ioctl: split out ndo_eth_ioctl
[linux-2.6-block.git] / drivers / net / ethernet / xscale / ixp4xx_eth.c
index 7ae754eadf22b3a935b498358f5fa9346807c41e..ff50305d6e134833e7ed6d9ec76568405ac11aa9 100644 (file)
@@ -1357,7 +1357,7 @@ static const struct net_device_ops ixp4xx_netdev_ops = {
        .ndo_stop = eth_close,
        .ndo_start_xmit = eth_xmit,
        .ndo_set_rx_mode = eth_set_mcast_list,
-       .ndo_do_ioctl = eth_ioctl,
+       .ndo_eth_ioctl = eth_ioctl,
        .ndo_set_mac_address = eth_mac_addr,
        .ndo_validate_addr = eth_validate_addr,
 };