staging: octeon-ethernet: xaui: use common init
[firefly-linux-kernel-4.4.55.git] / drivers / staging / octeon / ethernet.c
index 9dc5cc927b9bedcbecdf3649c4ff1bde2135278d..d6f8a10a60b305cf99b1e488a2a4a217b2d85b94 100644 (file)
@@ -554,7 +554,7 @@ static const struct net_device_ops cvm_oct_npi_netdev_ops = {
 #endif
 };
 static const struct net_device_ops cvm_oct_xaui_netdev_ops = {
-       .ndo_init               = cvm_oct_xaui_init,
+       .ndo_init               = cvm_oct_common_init,
        .ndo_uninit             = cvm_oct_common_uninit,
        .ndo_open               = cvm_oct_xaui_open,
        .ndo_stop               = cvm_oct_common_stop,