diff options
Diffstat (limited to 'net/sched/sch_fifo.c')
-rw-r--r-- | net/sched/sch_fifo.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/sched/sch_fifo.c b/net/sched/sch_fifo.c index d71dbfc790c0..fd0591903c8a 100644 --- a/net/sched/sch_fifo.c +++ b/net/sched/sch_fifo.c | |||
@@ -91,6 +91,7 @@ struct Qdisc_ops pfifo_qdisc_ops __read_mostly = { | |||
91 | .dump = fifo_dump, | 91 | .dump = fifo_dump, |
92 | .owner = THIS_MODULE, | 92 | .owner = THIS_MODULE, |
93 | }; | 93 | }; |
94 | EXPORT_SYMBOL(pfifo_qdisc_ops); | ||
94 | 95 | ||
95 | struct Qdisc_ops bfifo_qdisc_ops __read_mostly = { | 96 | struct Qdisc_ops bfifo_qdisc_ops __read_mostly = { |
96 | .id = "bfifo", | 97 | .id = "bfifo", |
@@ -105,6 +106,4 @@ struct Qdisc_ops bfifo_qdisc_ops __read_mostly = { | |||
105 | .dump = fifo_dump, | 106 | .dump = fifo_dump, |
106 | .owner = THIS_MODULE, | 107 | .owner = THIS_MODULE, |
107 | }; | 108 | }; |
108 | |||
109 | EXPORT_SYMBOL(bfifo_qdisc_ops); | 109 | EXPORT_SYMBOL(bfifo_qdisc_ops); |
110 | EXPORT_SYMBOL(pfifo_qdisc_ops); | ||