Commit d58367515f47371f7202d8b258ee0614a8955a6a
1 parent
17d1587f55
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
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
net/sched/sch_atm.c
... | ... | @@ -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. |