diff options
Diffstat (limited to 'drivers/net/chelsio/sge.h')
-rw-r--r-- | drivers/net/chelsio/sge.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/chelsio/sge.h b/drivers/net/chelsio/sge.h index cced9dff91c5..8c9405123992 100644 --- a/drivers/net/chelsio/sge.h +++ b/drivers/net/chelsio/sge.h | |||
@@ -88,8 +88,6 @@ void t1_sge_intr_disable(struct sge *); | |||
88 | void t1_sge_intr_clear(struct sge *); | 88 | void t1_sge_intr_clear(struct sge *); |
89 | const struct sge_intr_counts *t1_sge_get_intr_counts(const struct sge *sge); | 89 | const struct sge_intr_counts *t1_sge_get_intr_counts(const struct sge *sge); |
90 | void t1_sge_get_port_stats(const struct sge *sge, int port, struct sge_port_stats *); | 90 | void t1_sge_get_port_stats(const struct sge *sge, int port, struct sge_port_stats *); |
91 | void t1_sched_set_max_avail_bytes(struct sge *, unsigned int); | ||
92 | void t1_sched_set_drain_bits_per_us(struct sge *, unsigned int, unsigned int); | ||
93 | unsigned int t1_sched_update_parms(struct sge *, unsigned int, unsigned int, | 91 | unsigned int t1_sched_update_parms(struct sge *, unsigned int, unsigned int, |
94 | unsigned int); | 92 | unsigned int); |
95 | 93 | ||