Skip to content

Commit

Permalink
[cs89x0] Remove conflicting macro definitions
Browse files Browse the repository at this point in the history
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 9f75ee9 commit b2c9730
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/drivers/net/cs89x0.h
Expand Up @@ -471,9 +471,6 @@ FILE_LICENCE ( GPL2_ONLY );
#define PNP_CNF_DMA 0x74
#define PNP_CNF_MEM 0x48

#define BIT0 1
#define BIT15 0x8000

/*
* Local variables:
* c-basic-offset: 8
Expand Down

0 comments on commit b2c9730

Please sign in to comment.