Browse Source

make struct velocity_info_tbl *info static

tags/v0.9.3
Holger Lubitz 17 years ago
parent
commit
5c486ee75d
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

@@ -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));\

Loading…
Cancel
Save