Sfoglia il codice sorgente

make struct nsx static

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

+ 1
- 1
src/drivers/net/ns83820.c Vedi File

@@ -364,7 +364,7 @@ struct ring_desc {
364 364
 #endif
365 365
 
366 366
 /* Private Storage for the NIC */
367
-struct ns83820_private {
367
+static struct ns83820_private {
368 368
 	u8 *base;
369 369
 	int up;
370 370
 	long idle;

Loading…
Annulla
Salva