david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

make struct nsx static

This commit is contained in:
Holger Lubitz 2007-07-27 22:03:04 +02:00
parent 4cd21524ef
commit 5a0c703403
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ struct ring_desc {
#endif
/* Private Storage for the NIC */
struct ns83820_private {
static struct ns83820_private {
u8 *base;
int up;
long idle;