mirror of https://github.com/ipxe/ipxe.git
[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>pull/13/head
parent
b2c9730da7
commit
dab7910beb
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue