summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/bnx2.c
diff options
context:
space:
mode:
authorDaniel Verkamp2008-12-10 09:30:54 +0100
committerMichael Brown2009-05-26 12:30:31 +0200
commitb8469eddaa50af93ecbf707bfa1335b89d8a5d32 (patch)
treecead36ffefe168270b3953de0ca0808123b9aae7 /src/drivers/net/bnx2.c
parent[ethernet] Move struct mii_if_info to mii.h (diff)
downloadipxe-b8469eddaa50af93ecbf707bfa1335b89d8a5d32.tar.gz
ipxe-b8469eddaa50af93ecbf707bfa1335b89d8a5d32.tar.xz
ipxe-b8469eddaa50af93ecbf707bfa1335b89d8a5d32.zip
[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 d905a2ed..c385dd85 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"