mirror of
https://github.com/ipxe/ipxe
synced 2025-12-13 23:41:45 +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 */
|
||||
|
||||
int cards_found /* __initdata */ ;
|
||||
static int cards_found = 0 /* __initdata */ ;
|
||||
|
||||
#ifdef REMOVE
|
||||
/* FIXME: Remove these they are probably pointless */
|
||||
|
||||
Reference in New Issue
Block a user