Browse Source

make struct bnx2 bnx2 static

tags/v0.9.3
Holger Lubitz 17 years ago
parent
commit
4cd21524ef
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/drivers/net/bnx2.c

+ 1
- 1
src/drivers/net/bnx2.c View File

@@ -43,7 +43,7 @@ static struct bss {
43 43
 	struct statistics_block stats_blk;
44 44
 } bnx2_bss;
45 45
 
46
-struct bnx2 bnx2;
46
+static struct bnx2 bnx2;
47 47
 
48 48
 static struct flash_spec flash_table[] =
49 49
 {

Loading…
Cancel
Save