diff options
author | Per Liden <per.liden@ericsson.com> | 2006-01-16 06:42:35 -0500 |
---|---|---|
committer | Per Liden <per.liden@ericsson.com> | 2006-01-17 18:45:15 -0500 |
commit | 50f9bcddf8be147678c2d4ef8ac5279222d0ae3a (patch) | |
tree | a1a8c38cc00ccc824303720b5595924c37617694 /net/tipc/eth_media.c | |
parent | 33a9c4da5ab16192ef1e961d4c4e45c18031cd67 (diff) |
[TIPC] Remove unused #includes
Signed-off-by: Per Liden <per.liden@ericsson.com>
Diffstat (limited to 'net/tipc/eth_media.c')
-rw-r--r-- | net/tipc/eth_media.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/tipc/eth_media.c b/net/tipc/eth_media.c index 64a880b5935a..cb507c4b7e6e 100644 --- a/net/tipc/eth_media.c +++ b/net/tipc/eth_media.c | |||
@@ -38,7 +38,6 @@ | |||
38 | #include <net/tipc/tipc_bearer.h> | 38 | #include <net/tipc/tipc_bearer.h> |
39 | #include <net/tipc/tipc_msg.h> | 39 | #include <net/tipc/tipc_msg.h> |
40 | #include <linux/netdevice.h> | 40 | #include <linux/netdevice.h> |
41 | #include <linux/version.h> | ||
42 | 41 | ||
43 | #define MAX_ETH_BEARERS 2 | 42 | #define MAX_ETH_BEARERS 2 |
44 | #define ETH_LINK_PRIORITY TIPC_DEF_LINK_PRI | 43 | #define ETH_LINK_PRIORITY TIPC_DEF_LINK_PRI |