http://git.etherboot.org
/
people
/
sha0
/
gpxe.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Should be using the generic device probe mechanism, when (if) they
[people/sha0/gpxe.git]
/
src
/
core
/
btext.c
diff --git
a/src/core/btext.c
b/src/core/btext.c
index
0266f16
..
0b2ddd6
100644
(file)
--- 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
/**********************************************/
/* */