summaryrefslogtreecommitdiffstats
path: root/src/core/btext.c
diff options
context:
space:
mode:
authorMichael Brown2007-07-03 21:39:30 +0200
committerMichael Brown2007-07-03 21:39:30 +0200
commit438d1cc0b99d502f9fa86f59045fa0b477d548df (patch)
tree532c87560ba42738daf8564550cf022dfe9de622 /src/core/btext.c
parentWe don't actually use the reset functions anywhere, and nothing really (diff)
downloadipxe-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/btext.c')
-rw-r--r--src/core/btext.c3
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
/**********************************************/
/* */