X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fcore%2Fdev.c;h=c01511e3d0c14a417f4ac025749405c061446e19;hb=f35279d3f713e5c97b98cbdbf47d98f79942c11f;hp=a3ed53cc4af863f5c75b8dfc5b768c1d0148ef3b;hpb=a61bbcf28a8cb0ba56f8193d512f7222e711a294;p=linux-2.6 diff --git a/net/core/dev.c b/net/core/dev.c index a3ed53cc4a..c01511e3d0 100644 --- a/net/core/dev.c +++ b/net/core/dev.c @@ -267,10 +267,6 @@ void dev_add_pack(struct packet_type *pt) spin_unlock_bh(&ptype_lock); } -extern void linkwatch_run_queue(void); - - - /** * __dev_remove_pack - remove packet handler * @pt: packet type declaration @@ -1133,8 +1129,6 @@ static inline int illegal_highdma(struct net_device *dev, struct sk_buff *skb) #define illegal_highdma(dev, skb) (0) #endif -extern void skb_release_data(struct sk_buff *); - /* Keep head the same: replace data */ int __skb_linearize(struct sk_buff *skb, unsigned int __nocast gfp_mask) {