http://git.etherboot.org
/
people
/
sha0
/
gpxe.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Should be using the generic device probe mechanism, when (if) they
[people/sha0/gpxe.git]
/
src
/
core
/
pcmcia.c
diff --git
a/src/core/pcmcia.c
b/src/core/pcmcia.c
index
3db9b84
..
631971e
100644
(file)
--- a/
src/core/pcmcia.c
+++ b/
src/core/pcmcia.c
@@
-264,6
+264,4
@@
static void pcmcia_shutdown_all(void) {
printf("Shutdown of PCMCIA subsystem completed");
}
-INIT_FN ( INIT_PCMCIA, pcmcia_init_all, pcmcia_shutdown_all );
-
#endif