diff options
Diffstat (limited to 'net/dsa/dsa_priv.h')
-rw-r--r-- | net/dsa/dsa_priv.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/dsa/dsa_priv.h b/net/dsa/dsa_priv.h index dc9756d3154c..7eb1a6acd46c 100644 --- a/net/dsa/dsa_priv.h +++ b/net/dsa/dsa_priv.h | |||
@@ -53,9 +53,8 @@ extern char dsa_driver_version[]; | |||
53 | /* slave.c */ | 53 | /* slave.c */ |
54 | extern const struct dsa_device_ops notag_netdev_ops; | 54 | extern const struct dsa_device_ops notag_netdev_ops; |
55 | void dsa_slave_mii_bus_init(struct dsa_switch *ds); | 55 | void dsa_slave_mii_bus_init(struct dsa_switch *ds); |
56 | struct net_device *dsa_slave_create(struct dsa_switch *ds, | 56 | int dsa_slave_create(struct dsa_switch *ds, struct device *parent, |
57 | struct device *parent, | 57 | int port, char *name); |
58 | int port, char *name); | ||
59 | int dsa_slave_suspend(struct net_device *slave_dev); | 58 | int dsa_slave_suspend(struct net_device *slave_dev); |
60 | int dsa_slave_resume(struct net_device *slave_dev); | 59 | int dsa_slave_resume(struct net_device *slave_dev); |
61 | 60 | ||