diff options
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/btext.c | 3 | ||||
| -rw-r--r-- | src/core/pcmcia.c | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/src/core/btext.c b/src/core/btext.c index 0266f16b6..0b2ddd629 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 3db9b84d6..631971ef5 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 |
