david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[igbvf] Remove conflicting macro definitions

Remove macros which aren't used anywhere in the driver, and which
conflict with macros of the same name used in the EFI headers.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown 2013-03-25 18:02:09 +00:00
parent b2c9730da7
commit dab7910beb
1 changed files with 0 additions and 3 deletions

View File

@ -56,9 +56,6 @@ typedef enum {
true = 1
} boolean_t;
#define TRUE 1
#define FALSE 0
#define usec_delay(x) udelay(x)
#define msec_delay(x) mdelay(x)
#define msec_delay_irq(x) mdelay(x)