summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorArjan van de Ven <arjan@infradead.org>2004-10-25 17:20:52 -0400
committerJeff Garzik <jgarzik@pobox.com>2004-10-25 17:20:52 -0400
commit4f591d7241fba5c9667f220c254e8f040c51a18b (patch)
tree2910e7bd1b7ed7754535bedb7cd93e18aaf6a61f /include/linux
parent6b49b00fc5d5a5fe624eca9435a096323948059a (diff)
[PATCH] remove NET_HW_FLOWCONTROL
CONFIG_NET_HW_FLOWCONTROL is entirely unused now, and superceded by NAPI in practice, so remove the dead code Signed-off-by: Arjan van de Ven <arjan@infradead.org> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/netdevice.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index c102cdce2ebe..254419a008cd 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -930,8 +930,6 @@ extern void netdev_state_change(struct net_device *dev);
/* Load a device via the kmod */
extern void dev_load(const char *name);
extern void dev_mcast_init(void);
-extern int netdev_register_fc(struct net_device *dev, void (*stimul)(struct net_device *dev));
-extern void netdev_unregister_fc(int bit);
extern int netdev_max_backlog;
extern int weight_p;
extern unsigned long netdev_fc_xoff;