mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +03:00
We don't actually use the reset functions anywhere, and nothing really
provides them.
This commit is contained in:
@@ -264,6 +264,6 @@ static void pcmcia_shutdown_all(void) {
|
||||
printf("Shutdown of PCMCIA subsystem completed");
|
||||
}
|
||||
|
||||
INIT_FN ( INIT_PCMCIA, pcmcia_init_all, NULL, pcmcia_shutdown_all );
|
||||
INIT_FN ( INIT_PCMCIA, pcmcia_init_all, pcmcia_shutdown_all );
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user