mirror of
https://github.com/ipxe/ipxe
synced 2026-02-28 03:11:18 +03:00
make cards_found static and add missing initialization
This commit is contained in:
@@ -67,7 +67,7 @@ static struct nic_operations pcnet32_operations;
|
|||||||
|
|
||||||
/* End Etherboot Specific */
|
/* End Etherboot Specific */
|
||||||
|
|
||||||
int cards_found /* __initdata */ ;
|
static int cards_found = 0 /* __initdata */ ;
|
||||||
|
|
||||||
#ifdef REMOVE
|
#ifdef REMOVE
|
||||||
/* FIXME: Remove these they are probably pointless */
|
/* FIXME: Remove these they are probably pointless */
|
||||||
|
|||||||
Reference in New Issue
Block a user