staging: octeon-ethernet: xaui: use common init
Use common init. Signed-off-by: Aaro Koskinen <aaro.koskinen@nokia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
d4583edb22
commit
41cb578655
@ -29,10 +29,3 @@ int cvm_oct_xaui_open(struct net_device *dev)
|
||||
{
|
||||
return cvm_oct_common_open(dev, cvm_oct_link_poll, true);
|
||||
}
|
||||
|
||||
int cvm_oct_xaui_init(struct net_device *dev)
|
||||
{
|
||||
cvm_oct_common_init(dev);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
@ -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,
|
||||
|
@ -62,7 +62,6 @@ int cvm_oct_sgmii_open(struct net_device *dev);
|
||||
|
||||
int cvm_oct_spi_init(struct net_device *dev);
|
||||
void cvm_oct_spi_uninit(struct net_device *dev);
|
||||
int cvm_oct_xaui_init(struct net_device *dev);
|
||||
int cvm_oct_xaui_open(struct net_device *dev);
|
||||
|
||||
int cvm_oct_common_init(struct net_device *dev);
|
||||
|
Loading…
Reference in New Issue
Block a user