diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/sched/sch_atm.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/sched/sch_atm.c b/net/sched/sch_atm.c index 8522a4793374..ca8e0a57d945 100644 --- a/net/sched/sch_atm.c +++ b/net/sched/sch_atm.c | |||
@@ -16,8 +16,6 @@ | |||
16 | #include <net/netlink.h> | 16 | #include <net/netlink.h> |
17 | #include <net/pkt_sched.h> | 17 | #include <net/pkt_sched.h> |
18 | 18 | ||
19 | extern struct socket *sockfd_lookup(int fd, int *err); /* @@@ fix this */ | ||
20 | |||
21 | /* | 19 | /* |
22 | * The ATM queuing discipline provides a framework for invoking classifiers | 20 | * The ATM queuing discipline provides a framework for invoking classifiers |
23 | * (aka "filters"), which in turn select classes of this queuing discipline. | 21 | * (aka "filters"), which in turn select classes of this queuing discipline. |