From: Al Viro Date: Thu, 19 Apr 2012 22:17:15 +0000 (-0400) Subject: sch_atm.c: get rid of poinless extern X-Git-Tag: v3.5-rc1~15^2~23 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=d58367515f47371f7202d8b258ee0614a8955a6a;p=~emulex%2Finfiniband.git sch_atm.c: get rid of poinless extern sockfd_lookup() is declared in linux/net.h, which is pulled by linux/skbuff.h (and needed for a lot of other stuff in sch_atm.c anyway). Signed-off-by: Al Viro --- diff --git a/net/sched/sch_atm.c b/net/sched/sch_atm.c index 8522a479337..ca8e0a57d94 100644 --- a/net/sched/sch_atm.c +++ b/net/sched/sch_atm.c @@ -16,8 +16,6 @@ #include #include -extern struct socket *sockfd_lookup(int fd, int *err); /* @@@ fix this */ - /* * The ATM queuing discipline provides a framework for invoking classifiers * (aka "filters"), which in turn select classes of this queuing discipline.