Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

Al Viro d5836751 17d1587f

-2
-2
net/sched/sch_atm.c
··· 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.