diff options
author | Michael Brown <mcb30@etherboot.org> | 2007-07-03 20:39:30 +0100 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2007-07-03 20:39:30 +0100 |
commit | 438d1cc0b99d502f9fa86f59045fa0b477d548df (patch) | |
tree | 532c87560ba42738daf8564550cf022dfe9de622 /src/core/btext.c | |
parent | fae10a7ca1ab1977b28e1ead5342953908dfd0a3 (diff) | |
download | ipxe-438d1cc0b99d502f9fa86f59045fa0b477d548df.tar.gz |
Should be using the generic device probe mechanism, when (if) they
eventually get updated.
Diffstat (limited to 'src/core/btext.c')
-rw-r--r-- | src/core/btext.c | 3 |
1 files changed, 0 insertions, 3 deletions
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 /**********************************************/ /* */ |