diff options
Diffstat (limited to 'net/dsa/dsa_priv.h')
| -rw-r--r-- | net/dsa/dsa_priv.h | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/net/dsa/dsa_priv.h b/net/dsa/dsa_priv.h index ea482e88f7b8..e860512d673a 100644 --- a/net/dsa/dsa_priv.h +++ b/net/dsa/dsa_priv.h | |||
| @@ -202,34 +202,4 @@ dsa_slave_to_master(const struct net_device *dev) | |||
| 202 | /* switch.c */ | 202 | /* switch.c */ |
| 203 | int dsa_switch_register_notifier(struct dsa_switch *ds); | 203 | int dsa_switch_register_notifier(struct dsa_switch *ds); |
| 204 | void dsa_switch_unregister_notifier(struct dsa_switch *ds); | 204 | void dsa_switch_unregister_notifier(struct dsa_switch *ds); |
| 205 | |||
| 206 | /* tag_brcm.c */ | ||
| 207 | extern const struct dsa_device_ops brcm_netdev_ops; | ||
| 208 | extern const struct dsa_device_ops brcm_prepend_netdev_ops; | ||
| 209 | |||
| 210 | /* tag_dsa.c */ | ||
| 211 | extern const struct dsa_device_ops dsa_netdev_ops; | ||
| 212 | |||
| 213 | /* tag_edsa.c */ | ||
| 214 | extern const struct dsa_device_ops edsa_netdev_ops; | ||
| 215 | |||
| 216 | /* tag_gswip.c */ | ||
| 217 | extern const struct dsa_device_ops gswip_netdev_ops; | ||
| 218 | |||
| 219 | /* tag_ksz.c */ | ||
| 220 | extern const struct dsa_device_ops ksz9477_netdev_ops; | ||
| 221 | extern const struct dsa_device_ops ksz9893_netdev_ops; | ||
| 222 | |||
| 223 | /* tag_lan9303.c */ | ||
| 224 | extern const struct dsa_device_ops lan9303_netdev_ops; | ||
| 225 | |||
| 226 | /* tag_mtk.c */ | ||
| 227 | extern const struct dsa_device_ops mtk_netdev_ops; | ||
| 228 | |||
| 229 | /* tag_qca.c */ | ||
| 230 | extern const struct dsa_device_ops qca_netdev_ops; | ||
| 231 | |||
| 232 | /* tag_trailer.c */ | ||
| 233 | extern const struct dsa_device_ops trailer_netdev_ops; | ||
| 234 | |||
| 235 | #endif | 205 | #endif |
