]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
sch_atm.c: get rid of poinless extern
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 19 Apr 2012 22:17:15 +0000 (18:17 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 21 Apr 2012 22:51:34 +0000 (18:51 -0400)
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 <viro@zeniv.linux.org.uk>
net/sched/sch_atm.c

index e25e49061a0d4370ee02f759ab37dc09f3083d03..00e020f7602fb66f55e799f5fcb42893d770bbbd 100644 (file)
@@ -16,8 +16,6 @@
 #include <net/netlink.h>
 #include <net/pkt_sched.h>
 
-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.