|
@@ -61,6 +61,7 @@ extern const struct dsa_device_ops notag_netdev_ops;
|
|
void dsa_slave_mii_bus_init(struct dsa_switch *ds);
|
|
void dsa_slave_mii_bus_init(struct dsa_switch *ds);
|
|
int dsa_slave_create(struct dsa_switch *ds, struct device *parent,
|
|
int dsa_slave_create(struct dsa_switch *ds, struct device *parent,
|
|
int port, char *name);
|
|
int port, char *name);
|
|
|
|
+void dsa_slave_destroy(struct net_device *slave_dev);
|
|
int dsa_slave_suspend(struct net_device *slave_dev);
|
|
int dsa_slave_suspend(struct net_device *slave_dev);
|
|
int dsa_slave_resume(struct net_device *slave_dev);
|
|
int dsa_slave_resume(struct net_device *slave_dev);
|
|
int dsa_slave_netdevice_event(struct notifier_block *unused,
|
|
int dsa_slave_netdevice_event(struct notifier_block *unused,
|