david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

make cards_found static and add missing initialization

This commit is contained in:
Holger Lubitz 2007-07-27 21:50:12 +02:00
parent 3cb133d27d
commit 909ad9e80a
1 changed files with 1 additions and 1 deletions

View File

@ -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 */