common: Drop linux/delay.h from common header
[oweals/u-boot.git] / drivers / net / ne2000_base.h
index 5446de4bb9e36c2bd3a32eaafe7174f4aa086adb..2493608a5a64664dbc218e9242e9c52401cf8b23 100644 (file)
@@ -79,10 +79,6 @@ are GPL, so this is, of course, GPL.
 #ifndef __NE2000_BASE_H__
 #define __NE2000_BASE_H__
 
-#define bool int
-#define false 0
-#define true 1
-
 /*
  * Debugging details
  *
@@ -110,6 +106,7 @@ are GPL, so this is, of course, GPL.
 #endif
 
 /* timeout for tx/rx in s */
+#include <linux/delay.h>
 #define TOUT 5
 /* Ether MAC address size */
 #define ETHER_ADDR_LEN 6