Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d5836751 authored by Al Viro's avatar Al Viro
Browse files

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: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 17d1587f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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.