netdev: remove HAVE_ leftovers
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
b50c2ea72a
commit
257ddbdad1
@ -51,14 +51,11 @@
|
||||
|
||||
static const char *meth_str="SGI O2 Fast Ethernet";
|
||||
|
||||
#define HAVE_TX_TIMEOUT
|
||||
/* The maximum time waited (in jiffies) before assuming a Tx failed. (400ms) */
|
||||
#define TX_TIMEOUT (400*HZ/1000)
|
||||
|
||||
#ifdef HAVE_TX_TIMEOUT
|
||||
static int timeout = TX_TIMEOUT;
|
||||
module_param(timeout, int, 0);
|
||||
#endif
|
||||
|
||||
/*
|
||||
* This structure is private to each device. It is used to pass
|
||||
|
Reference in New Issue
Block a user