]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
make cards_found static and add missing initialization
authorHolger Lubitz <hal@duncan.ol.sub.de>
Fri, 27 Jul 2007 19:50:12 +0000 (21:50 +0200)
committerHolger Lubitz <hal@duncan.ol.sub.de>
Fri, 27 Jul 2007 19:50:12 +0000 (21:50 +0200)
src/drivers/net/pcnet32.c

index 0328cf2c3f032be145f1e68a99b2a82a01b45b12..63353e3fed7c5eb7eb411c6e2f9c252acb0aac6a 100644 (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 */