summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorAlexander Viro <viro@parcelfarce.linux.theplanet.co.uk>2003-06-02 06:21:06 -0700
committerDavid S. Miller <davem@nuts.ninka.net>2003-06-02 06:21:06 -0700
commitaa5e76829cab3a0c663f8d59d64b81a4c3a40962 (patch)
treeaa43b7ffa952e7ce118f9b6e2f78ad9b122a1712 /include/linux
parent25e4e938e12209920791eb0dfee72990e74609b8 (diff)
[NET]: Eliminate init_hippi_dev and {un,}register_hipdev.
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/hippidevice.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/hippidevice.h b/include/linux/hippidevice.h
index 70524a3a9014..9d594ddfe5f4 100644
--- a/include/linux/hippidevice.h
+++ b/include/linux/hippidevice.h
@@ -49,12 +49,8 @@ extern void hippi_header_cache_update(struct hh_cache *hh,
extern int hippi_header_parse(struct sk_buff *skb, unsigned char *haddr);
extern void hippi_net_init(void);
-void hippi_setup(struct net_device *dev);
-extern struct net_device *init_hippi_dev(struct net_device *dev, int sizeof_priv);
extern struct net_device *alloc_hippi_dev(int sizeof_priv);
-extern int register_hipdev(struct net_device *dev);
-extern void unregister_hipdev(struct net_device *dev);
#endif
#endif /* _LINUX_HIPPIDEVICE_H */