Commit d58367515f47371f7202d8b258ee0614a8955a6a

Authored by Al Viro
1 parent 17d1587f55

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 <viro@zeniv.linux.org.uk>

Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff

... ... @@ -16,8 +16,6 @@
16 16 #include <net/netlink.h>
17 17 #include <net/pkt_sched.h>
18 18  
19   -extern struct socket *sockfd_lookup(int fd, int *err); /* @@@ fix this */
20   -
21 19 /*
22 20 * The ATM queuing discipline provides a framework for invoking classifiers
23 21 * (aka "filters"), which in turn select classes of this queuing discipline.