Sfoglia il codice sorgente

make struct velocity_info_tbl *info static

tags/v0.9.3
Holger Lubitz 17 anni fa
parent
commit
5c486ee75d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/drivers/net/via-velocity.h

+ 1
- 1
src/drivers/net/via-velocity.h Vedi File

@@ -1204,7 +1204,7 @@ struct velocity_info_tbl {
1204 1204
 	u32 flags;
1205 1205
 };
1206 1206
 
1207
-struct velocity_info_tbl *info;
1207
+static struct velocity_info_tbl *info;
1208 1208
 
1209 1209
 #define mac_hw_mibs_init(regs) {\
1210 1210
 	BYTE_REG_BITS_ON(MIBCR_MIBFRZ,&((regs)->MIBCR));\

Loading…
Annulla
Salva