diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2010-01-27 05:17:41 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-01-28 09:01:35 -0500 |
commit | 257ddbdad13cd3c4f7d03b85af632c508aa8abc9 (patch) | |
tree | d3b85a20a32fb2a9817016131f164cab85cafd82 /drivers/net/meth.c | |
parent | b50c2ea72a8ed6bc2a954019b6feb6ca41fce07e (diff) |
netdev: remove HAVE_ leftovers
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/meth.c')
-rw-r--r-- | drivers/net/meth.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/meth.c b/drivers/net/meth.c index 2af81735386b..9f72cb45f4af 100644 --- a/drivers/net/meth.c +++ b/drivers/net/meth.c | |||
@@ -51,14 +51,11 @@ | |||
51 | 51 | ||
52 | static const char *meth_str="SGI O2 Fast Ethernet"; | 52 | static const char *meth_str="SGI O2 Fast Ethernet"; |
53 | 53 | ||
54 | #define HAVE_TX_TIMEOUT | ||
55 | /* The maximum time waited (in jiffies) before assuming a Tx failed. (400ms) */ | 54 | /* The maximum time waited (in jiffies) before assuming a Tx failed. (400ms) */ |
56 | #define TX_TIMEOUT (400*HZ/1000) | 55 | #define TX_TIMEOUT (400*HZ/1000) |
57 | 56 | ||
58 | #ifdef HAVE_TX_TIMEOUT | ||
59 | static int timeout = TX_TIMEOUT; | 57 | static int timeout = TX_TIMEOUT; |
60 | module_param(timeout, int, 0); | 58 | module_param(timeout, int, 0); |
61 | #endif | ||
62 | 59 | ||
63 | /* | 60 | /* |
64 | * This structure is private to each device. It is used to pass | 61 | * This structure is private to each device. It is used to pass |