aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/net/bnx2.c
diff options
context:
space:
mode:
authorDaniel Verkamp <daniel@drv.nu>2008-12-10 02:30:54 -0600
committerMichael Brown <mcb30@etherboot.org>2009-05-26 11:30:31 +0100
commitb8469eddaa50af93ecbf707bfa1335b89d8a5d32 (patch)
treecead36ffefe168270b3953de0ca0808123b9aae7 /src/drivers/net/bnx2.c
parent005fce0258b318b8b95a5891b4aedf437d843dec (diff)
downloadipxe-b8469eddaa50af93ecbf707bfa1335b89d8a5d32.tar.gz
[ethernet] Update mii.h and use it in drivers that had a private copy
Signed-off-by: Michael Brown <mcb30@etherboot.org>
Diffstat (limited to 'src/drivers/net/bnx2.c')
-rw-r--r--src/drivers/net/bnx2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/net/bnx2.c b/src/drivers/net/bnx2.c
index d905a2ede..c385dd855 100644
--- a/src/drivers/net/bnx2.c
+++ b/src/drivers/net/bnx2.c
@@ -20,6 +20,7 @@ FILE_LICENCE ( GPL_ANY );
#include <gpxe/pci.h>
#include <gpxe/ethernet.h>
#include "string.h"
+#include <mii.h>
#include "bnx2.h"
#include "bnx2_fw.h"