Browse Source

make struct velocity_info vptx static

tags/v0.9.3
Holger Lubitz 17 years ago
parent
commit
63e489c14d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/drivers/net/via-velocity.h

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

@@ -1768,7 +1768,7 @@ struct velocity_opt {
1768 1768
 #define TX_DESC_MAX     256
1769 1769
 #define TX_DESC_DEF     TX_DESC_MIN
1770 1770
 
1771
-struct velocity_info {
1771
+static struct velocity_info {
1772 1772
 //      struct list_head list;
1773 1773
 
1774 1774
 	struct pci_device *pdev;

Loading…
Cancel
Save