Sfoglia il codice sorgente

make struct bnx2 bnx2 static

tags/v0.9.3
Holger Lubitz 17 anni fa
parent
commit
4cd21524ef
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/drivers/net/bnx2.c

+ 1
- 1
src/drivers/net/bnx2.c Vedi 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…
Annulla
Salva