diff options
author | Huang Weiyi <weiyi.huang@gmail.com> | 2010-06-04 19:14:15 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-06-04 19:14:48 -0400 |
commit | ca7335948e294faf8adf65f2c95ca18ea78540db (patch) | |
tree | 998f5c9b854e348f4df2bd20b02c8652529681ce /drivers/net | |
parent | c44649216522cd607a4027d2ebf4a8147d3fa94c (diff) |
X25: remove duplicated #include
Remove duplicated #include('s) in drivers/net/wan/x25_asy.c
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/wan/x25_asy.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wan/x25_asy.c b/drivers/net/wan/x25_asy.c index 166e77dfffda..e47f5a986b1c 100644 --- a/drivers/net/wan/x25_asy.c +++ b/drivers/net/wan/x25_asy.c | |||
@@ -37,8 +37,6 @@ | |||
37 | #include <net/x25device.h> | 37 | #include <net/x25device.h> |
38 | #include "x25_asy.h" | 38 | #include "x25_asy.h" |
39 | 39 | ||
40 | #include <net/x25device.h> | ||
41 | |||
42 | static struct net_device **x25_asy_devs; | 40 | static struct net_device **x25_asy_devs; |
43 | static int x25_asy_maxdev = SL_NRUNIT; | 41 | static int x25_asy_maxdev = SL_NRUNIT; |
44 | 42 | ||