2
0
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:
Holger Lubitz 2007-07-27 21:50:12 +02:00
parent 3cb133d27d
commit 909ad9e80a

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