netdev: remove HAVE_ leftovers
[deliverable/linux.git] / drivers / net / meth.c
index 2af81735386b86066c30d7ebbf9d99da59e2236e..9f72cb45f4af65933b41b5ec5951032fd5ad6a09 100644 (file)
 
 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
This page took 0.024129 seconds and 5 git commands to generate.