소스 검색

make struct velocity_info vptx static

tags/v0.9.3
Holger Lubitz 17 년 전
부모
커밋
63e489c14d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/drivers/net/via-velocity.h

+ 1
- 1
src/drivers/net/via-velocity.h 파일 보기

@@ -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…
취소
저장