http://git.etherboot.org
/
people
/
xl0
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cb133d
)
make cards_found static and add missing initialization
author
Holger Lubitz
<hal@duncan.ol.sub.de>
Fri, 27 Jul 2007 19:50:12 +0000
(21:50 +0200)
committer
Holger Lubitz
<hal@duncan.ol.sub.de>
Fri, 27 Jul 2007 19:50:12 +0000
(21:50 +0200)
src/drivers/net/pcnet32.c
patch
|
blob
|
history
diff --git
a/src/drivers/net/pcnet32.c
b/src/drivers/net/pcnet32.c
index
0328cf2
..
63353e3
100644
(file)
--- a/
src/drivers/net/pcnet32.c
+++ b/
src/drivers/net/pcnet32.c
@@
-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 */