diff options
author | Krzysztof Hałasa <khc@pm.waw.pl> | 2008-07-01 14:35:06 -0400 |
---|---|---|
committer | Krzysztof Hałasa <khc@pm.waw.pl> | 2008-07-23 17:00:37 -0400 |
commit | c1a0f0cdf95569c06946eed81c2fc7e04b272db4 (patch) | |
tree | e1859d4a319465456035e40b8ff77d6dbdfaa3b3 /drivers/net/wan/dscc4.c | |
parent | a8817d2f6d59b0caeacf6071f56a83164b474a32 (diff) |
WAN: Remove unneeded "#include <net/syncppp.h>"
Signed-off-by: Krzysztof Hałasa <khc@pm.waw.pl>
Diffstat (limited to 'drivers/net/wan/dscc4.c')
-rw-r--r-- | drivers/net/wan/dscc4.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wan/dscc4.c b/drivers/net/wan/dscc4.c index 50ef5b4efd6d..f5d55ad02267 100644 --- a/drivers/net/wan/dscc4.c +++ b/drivers/net/wan/dscc4.c | |||
@@ -103,7 +103,6 @@ | |||
103 | #include <linux/netdevice.h> | 103 | #include <linux/netdevice.h> |
104 | #include <linux/skbuff.h> | 104 | #include <linux/skbuff.h> |
105 | #include <linux/delay.h> | 105 | #include <linux/delay.h> |
106 | #include <net/syncppp.h> | ||
107 | #include <linux/hdlc.h> | 106 | #include <linux/hdlc.h> |
108 | #include <linux/mutex.h> | 107 | #include <linux/mutex.h> |
109 | 108 | ||