浏览代码

make struct velocity_info_tbl *info static

tags/v0.9.3
Holger Lubitz 17 年前
父节点
当前提交
5c486ee75d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/drivers/net/via-velocity.h

+ 1
- 1
src/drivers/net/via-velocity.h 查看文件

@@ -1204,7 +1204,7 @@ struct velocity_info_tbl {
1204 1204
 	u32 flags;
1205 1205
 };
1206 1206
 
1207
-struct velocity_info_tbl *info;
1207
+static struct velocity_info_tbl *info;
1208 1208
 
1209 1209
 #define mac_hw_mibs_init(regs) {\
1210 1210
 	BYTE_REG_BITS_ON(MIBCR_MIBFRZ,&((regs)->MIBCR));\

正在加载...
取消
保存