diff options
author | Michael Brown <mcb30@etherboot.org> | 2007-07-03 20:34:51 +0100 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2007-07-03 20:34:51 +0100 |
commit | fae10a7ca1ab1977b28e1ead5342953908dfd0a3 (patch) | |
tree | 4c308d6c748bc818f55b8b2645ed84b86aa311ca /src/core/btext.c | |
parent | 5ce5e6d84626568d171ae5de6c681e66c08901b0 (diff) | |
download | ipxe-fae10a7ca1ab1977b28e1ead5342953908dfd0a3.tar.gz |
We don't actually use the reset functions anywhere, and nothing really
provides them.
Diffstat (limited to 'src/core/btext.c')
-rw-r--r-- | src/core/btext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/btext.c b/src/core/btext.c index 6e1a29e1..0266f16b 100644 --- a/src/core/btext.c +++ b/src/core/btext.c @@ -417,7 +417,7 @@ struct console_driver btext_console __console_driver = { .disabled = 1, }; -INIT_FN ( INIT_CONSOLE, btext_init, NULL, NULL ); +INIT_FN ( INIT_CONSOLE, btext_init, NULL ); //come from linux/drivers/video/font-8x16.c |