david/ipxe
Archived
1
0

Should be using the generic device probe mechanism, when (if) they

eventually get updated.
This commit is contained in:
Michael Brown 2007-07-03 20:39:30 +01:00
parent fae10a7ca1
commit 438d1cc0b9
2 changed files with 0 additions and 5 deletions

View File

@ -417,9 +417,6 @@ struct console_driver btext_console __console_driver = {
.disabled = 1,
};
INIT_FN ( INIT_CONSOLE, btext_init, NULL );
//come from linux/drivers/video/font-8x16.c
/**********************************************/
/* */

View File

@ -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