소스 검색

make struct nsx static

tags/v0.9.3
Holger Lubitz 18 년 전
부모
커밋
5a0c703403
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/drivers/net/ns83820.c

+ 1
- 1
src/drivers/net/ns83820.c 파일 보기

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

Loading…
취소
저장