mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 12:00:19 +03:00
[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:
@@ -56,9 +56,6 @@ typedef enum {
|
|||||||
true = 1
|
true = 1
|
||||||
} boolean_t;
|
} boolean_t;
|
||||||
|
|
||||||
#define TRUE 1
|
|
||||||
#define FALSE 0
|
|
||||||
|
|
||||||
#define usec_delay(x) udelay(x)
|
#define usec_delay(x) udelay(x)
|
||||||
#define msec_delay(x) mdelay(x)
|
#define msec_delay(x) mdelay(x)
|
||||||
#define msec_delay_irq(x) mdelay(x)
|
#define msec_delay_irq(x) mdelay(x)
|
||||||
|
|||||||
Reference in New Issue
Block a user