Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[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>
  • Loading branch information
mcb30 committed Mar 25, 2013
1 parent b2c9730 commit dab7910
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/drivers/net/igbvf/igbvf_osdep.h
Expand Up @@ -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)
Expand Down

0 comments on commit dab7910

Please sign in to comment.