Skip to content

Commit

Permalink
[igb] Remove __BIG_ENDIAN conditional
Browse files Browse the repository at this point in the history
Reported-by: Stefan Hajnoczi <stefanha@gmail.com>
Signed-off-by: Thomas Miletich <thomas.miletich@gmail.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
thomil authored and mcb30 committed Jul 15, 2011
1 parent 9cf2f9d commit 5d23fb1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/drivers/net/igb/igb_osdep.h
Expand Up @@ -69,11 +69,6 @@ typedef enum {
#define CMD_MEM_WRT_INVALIDATE PCI_COMMAND_INVALIDATE
#define ETH_ADDR_LEN ETH_ALEN

#ifdef __BIG_ENDIAN
#define E1000_BIG_ENDIAN __BIG_ENDIAN
#endif


#define DEBUGOUT(S) if (0) { printf(S); }
#define DEBUGOUT1(S, A...) if (0) { printf(S, A); }

Expand Down

0 comments on commit 5d23fb1

Please sign in to comment.