david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

make struct velocity_info_tbl *info static

This commit is contained in:
Holger Lubitz 2007-07-27 22:05:47 +02:00
parent 5a0c703403
commit 5c486ee75d
1 changed files with 1 additions and 1 deletions

View File

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