summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Lubitz2007-07-27 22:02:11 +0200
committerHolger Lubitz2007-07-27 22:02:11 +0200
commit4cd21524effbaf5e84dd43debac7e17a1b882d1a (patch)
treef69765381baf3ce7731ddae82fc72e7dd1e873e9
parentmake multiboot_load static (diff)
downloadipxe-4cd21524effbaf5e84dd43debac7e17a1b882d1a.tar.gz
ipxe-4cd21524effbaf5e84dd43debac7e17a1b882d1a.tar.xz
ipxe-4cd21524effbaf5e84dd43debac7e17a1b882d1a.zip
make struct bnx2 bnx2 static
-rw-r--r--src/drivers/net/bnx2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/net/bnx2.c b/src/drivers/net/bnx2.c
index 105e9c3f..fdd6655b 100644
--- a/src/drivers/net/bnx2.c
+++ b/src/drivers/net/bnx2.c
@@ -43,7 +43,7 @@ static struct bss {
struct statistics_block stats_blk;
} bnx2_bss;
-struct bnx2 bnx2;
+static struct bnx2 bnx2;
static struct flash_spec flash_table[] =
{