diff options
Diffstat (limited to 'drivers/net/dsa/mv88e6xxx.h')
-rw-r--r-- | drivers/net/dsa/mv88e6xxx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/dsa/mv88e6xxx.h b/drivers/net/dsa/mv88e6xxx.h index a0780b08bb4c..03e397efde36 100644 --- a/drivers/net/dsa/mv88e6xxx.h +++ b/drivers/net/dsa/mv88e6xxx.h | |||
@@ -81,6 +81,7 @@ void mv88e6xxx_get_ethtool_stats(struct dsa_switch *ds, | |||
81 | int mv88e6xxx_get_regs_len(struct dsa_switch *ds, int port); | 81 | int mv88e6xxx_get_regs_len(struct dsa_switch *ds, int port); |
82 | void mv88e6xxx_get_regs(struct dsa_switch *ds, int port, | 82 | void mv88e6xxx_get_regs(struct dsa_switch *ds, int port, |
83 | struct ethtool_regs *regs, void *_p); | 83 | struct ethtool_regs *regs, void *_p); |
84 | int mv88e6xxx_get_temp(struct dsa_switch *ds, int *temp); | ||
84 | 85 | ||
85 | extern struct dsa_switch_driver mv88e6131_switch_driver; | 86 | extern struct dsa_switch_driver mv88e6131_switch_driver; |
86 | extern struct dsa_switch_driver mv88e6123_61_65_switch_driver; | 87 | extern struct dsa_switch_driver mv88e6123_61_65_switch_driver; |