diff options
author | Jesper Juhl <jesper.juhl@gmail.com> | 2007-08-10 15:16:42 -0700 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-08-13 22:52:01 -0700 |
commit | 6869a35b365c027b7acf50585c5bb34e34d4c41c (patch) | |
tree | 9e1b2ccd044ac4648cff4307a046c0b41892ad83 /net/atm | |
parent | af3502184aee8a0af6da8678e84c3d5bc5cdb83f (diff) |
[ATM]: Clean up duplicate includes in net/atm/
This patch cleans up duplicate includes in
net/atm/
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/atm')
-rw-r--r-- | net/atm/lec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/atm/lec.c b/net/atm/lec.c index 2770fb451ae..59d5aa3366f 100644 --- a/net/atm/lec.c +++ b/net/atm/lec.c @@ -21,7 +21,6 @@ #include <net/dst.h> #include <linux/proc_fs.h> #include <linux/spinlock.h> -#include <linux/proc_fs.h> #include <linux/seq_file.h> /* TokenRing if needed */ |