aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/meth.c
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@gmail.com>2010-01-27 05:17:41 -0500
committerDavid S. Miller <davem@davemloft.net>2010-01-28 09:01:35 -0500
commit257ddbdad13cd3c4f7d03b85af632c508aa8abc9 (patch)
treed3b85a20a32fb2a9817016131f164cab85cafd82 /drivers/net/meth.c
parentb50c2ea72a8ed6bc2a954019b6feb6ca41fce07e (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.c3
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
52static const char *meth_str="SGI O2 Fast Ethernet"; 52static 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
59static int timeout = TX_TIMEOUT; 57static int timeout = TX_TIMEOUT;
60module_param(timeout, int, 0); 58module_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