mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 15:21:32 +00:00
make cards_found static and add missing initialization
This commit is contained in:
parent
3cb133d27d
commit
909ad9e80a
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user