diff options
| author | Michael Brown | 2007-07-03 21:39:30 +0200 |
|---|---|---|
| committer | Michael Brown | 2007-07-03 21:39:30 +0200 |
| commit | 438d1cc0b99d502f9fa86f59045fa0b477d548df (patch) | |
| tree | 532c87560ba42738daf8564550cf022dfe9de622 /src/core | |
| parent | We don't actually use the reset functions anywhere, and nothing really (diff) | |
| download | ipxe-438d1cc0b99d502f9fa86f59045fa0b477d548df.tar.gz ipxe-438d1cc0b99d502f9fa86f59045fa0b477d548df.tar.xz ipxe-438d1cc0b99d502f9fa86f59045fa0b477d548df.zip | |
Should be using the generic device probe mechanism, when (if) they
eventually get updated.
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 |
