diff options
| author | Holger Lubitz | 2007-07-27 22:05:47 +0200 |
|---|---|---|
| committer | Holger Lubitz | 2007-07-27 22:05:47 +0200 |
| commit | 5c486ee75d9ba684fd534a502e9f6ed3166773d6 (patch) | |
| tree | 2cf881ba2f9ed009d10258fe16114615ce42f474 /src/drivers | |
| parent | make struct nsx static (diff) | |
| download | ipxe-5c486ee75d9ba684fd534a502e9f6ed3166773d6.tar.gz ipxe-5c486ee75d9ba684fd534a502e9f6ed3166773d6.tar.xz ipxe-5c486ee75d9ba684fd534a502e9f6ed3166773d6.zip | |
make struct velocity_info_tbl *info static
Diffstat (limited to 'src/drivers')
| -rw-r--r-- | src/drivers/net/via-velocity.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/net/via-velocity.h b/src/drivers/net/via-velocity.h index e0b8809f1..761cb3d44 100644 --- a/src/drivers/net/via-velocity.h +++ b/src/drivers/net/via-velocity.h @@ -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));\ |
