diff --git a/src/core/btext.c b/src/core/btext.c index 0266f16b..0b2ddd62 100644 --- a/src/core/btext.c +++ b/src/core/btext.c @@ -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 /**********************************************/ /* */ diff --git a/src/core/pcmcia.c b/src/core/pcmcia.c index 3db9b84d..631971ef 100644 --- 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