diff options
| author | Jesper Juhl <[email protected]> | 2007-08-10 22:16:42 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2007-08-14 05:52:01 +0000 |
| commit | 6869a35b365c027b7acf50585c5bb34e34d4c41c (patch) | |
| tree | 9e1b2ccd044ac4648cff4307a046c0b41892ad83 | |
| parent | [ATM]: Clean up duplicate includes in drivers/atm/ (diff) | |
| download | kernel-6869a35b365c027b7acf50585c5bb34e34d4c41c.tar.gz kernel-6869a35b365c027b7acf50585c5bb34e34d4c41c.zip | |
[ATM]: Clean up duplicate includes in net/atm/
This patch cleans up duplicate includes in
net/atm/
Signed-off-by: Jesper Juhl <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
| -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 2770fb451ae8..59d5aa3366f2 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 */ |
