dev_ioctl: split out ndo_eth_ioctl
[linux-2.6-block.git] / drivers / net / ethernet / packetengines / hamachi.c
index 94823c5f7dffcd71d73bdc444aa84de762918b39..1a6336a56d3da9e47157e12e046f8d54b4a0a4b9 100644 (file)
@@ -573,7 +573,7 @@ static const struct net_device_ops hamachi_netdev_ops = {
        .ndo_validate_addr      = eth_validate_addr,
        .ndo_set_mac_address    = eth_mac_addr,
        .ndo_tx_timeout         = hamachi_tx_timeout,
-       .ndo_do_ioctl           = hamachi_ioctl,
+       .ndo_eth_ioctl          = hamachi_ioctl,
        .ndo_siocdevprivate     = hamachi_siocdevprivate,
 };