summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_atm.c
diff options
context:
space:
mode:
authorPatrick McHardy2007-07-03 07:49:07 +0200
committerDavid S. Miller2007-07-11 07:16:41 +0200
commit0ba48053831d5b89ee2afaefaae1c06eae80cb05 (patch)
tree4da20f12b2d4e69cfa22ee74d0319141ddc39801 /net/sched/sch_atm.c
parent[NET_SCHED]: sch_htb: use generic estimator (diff)
downloadkernel-qcow2-linux-0ba48053831d5b89ee2afaefaae1c06eae80cb05.tar.gz
kernel-qcow2-linux-0ba48053831d5b89ee2afaefaae1c06eae80cb05.tar.xz
kernel-qcow2-linux-0ba48053831d5b89ee2afaefaae1c06eae80cb05.zip
[NET_SCHED]: Remove unnecessary includes
Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched/sch_atm.c')
-rw-r--r--net/sched/sch_atm.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/sched/sch_atm.c b/net/sched/sch_atm.c
index 16fe802a66f7..54b92d22796c 100644
--- a/net/sched/sch_atm.c
+++ b/net/sched/sch_atm.c
@@ -8,15 +8,12 @@
#include <linux/string.h>
#include <linux/errno.h>
#include <linux/skbuff.h>
-#include <linux/interrupt.h>
#include <linux/atmdev.h>
#include <linux/atmclip.h>
-#include <linux/netdevice.h>
#include <linux/rtnetlink.h>
#include <linux/file.h> /* for fput */
#include <net/netlink.h>
#include <net/pkt_sched.h>
-#include <net/sock.h>
extern struct socket *sockfd_lookup(int fd, int *err); /* @@@ fix this */