|
@@ -242,13 +242,13 @@ struct lance_private
|
|
|
#define LANCE_ADDR(x) ((int)(x) & ~0xff000000)
|
|
|
|
|
|
/* Now the prototypes we export */
|
|
|
-extern int lance_open(struct net_device *dev);
|
|
|
-extern int lance_close (struct net_device *dev);
|
|
|
-extern int lance_start_xmit (struct sk_buff *skb, struct net_device *dev);
|
|
|
-extern void lance_set_multicast (struct net_device *dev);
|
|
|
-extern void lance_tx_timeout(struct net_device *dev);
|
|
|
+int lance_open(struct net_device *dev);
|
|
|
+int lance_close (struct net_device *dev);
|
|
|
+int lance_start_xmit (struct sk_buff *skb, struct net_device *dev);
|
|
|
+void lance_set_multicast (struct net_device *dev);
|
|
|
+void lance_tx_timeout(struct net_device *dev);
|
|
|
#ifdef CONFIG_NET_POLL_CONTROLLER
|
|
|
-extern void lance_poll(struct net_device *dev);
|
|
|
+void lance_poll(struct net_device *dev);
|
|
|
#endif
|
|
|
|
|
|
#endif /* ndef _7990_H */
|