소스 검색

make cards_found static and add missing initialization

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

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

67
 
67
 
68
 /* End Etherboot Specific */
68
 /* End Etherboot Specific */
69
 
69
 
70
-int cards_found /* __initdata */ ;
70
+static int cards_found = 0 /* __initdata */ ;
71
 
71
 
72
 #ifdef REMOVE
72
 #ifdef REMOVE
73
 /* FIXME: Remove these they are probably pointless */
73
 /* FIXME: Remove these they are probably pointless */

Loading…
취소
저장