mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +03:00
make struct nsx static
This commit is contained in:
@@ -364,7 +364,7 @@ struct ring_desc {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Private Storage for the NIC */
|
/* Private Storage for the NIC */
|
||||||
struct ns83820_private {
|
static struct ns83820_private {
|
||||||
u8 *base;
|
u8 *base;
|
||||||
int up;
|
int up;
|
||||||
long idle;
|
long idle;
|
||||||
|
|||||||
Reference in New Issue
Block a user