Commit 5f68e4c07c7b97a5b06f0b5e313528d36415a60d

Authored by Adrian Bunk
Committed by David S. Miller
1 parent 1e419cd995

[PKT_SCHED]: Remove unused exports.

This patch removes the following unused EXPORT_SYMBOL's:
- sch_api.c: qdisc_lookup
- sch_generic.c: __netdev_watchdog_up
- sch_generic.c: noop_qdisc_ops
- sch_generic.c: qdisc_alloc

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: David S. Miller <davem@davemloft.net>

Showing 2 changed files with 0 additions and 4 deletions Side-by-side Diff

... ... @@ -1303,7 +1303,6 @@
1303 1303  
1304 1304 subsys_initcall(pktsched_init);
1305 1305  
1306   -EXPORT_SYMBOL(qdisc_lookup);
1307 1306 EXPORT_SYMBOL(qdisc_get_rtab);
1308 1307 EXPORT_SYMBOL(qdisc_put_rtab);
1309 1308 EXPORT_SYMBOL(register_qdisc);
net/sched/sch_generic.c
... ... @@ -609,13 +609,10 @@
609 609 qdisc_unlock_tree(dev);
610 610 }
611 611  
612   -EXPORT_SYMBOL(__netdev_watchdog_up);
613 612 EXPORT_SYMBOL(netif_carrier_on);
614 613 EXPORT_SYMBOL(netif_carrier_off);
615 614 EXPORT_SYMBOL(noop_qdisc);
616   -EXPORT_SYMBOL(noop_qdisc_ops);
617 615 EXPORT_SYMBOL(qdisc_create_dflt);
618   -EXPORT_SYMBOL(qdisc_alloc);
619 616 EXPORT_SYMBOL(qdisc_destroy);
620 617 EXPORT_SYMBOL(qdisc_reset);
621 618 EXPORT_SYMBOL(qdisc_lock_tree);