mirror of
https://github.com/xcat2/xNBA.git
synced 2024-11-22 17:41:55 +00:00
Should be using the generic device probe mechanism, when (if) they
eventually get updated.
This commit is contained in:
parent
fae10a7ca1
commit
438d1cc0b9
@ -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
|
||||
/**********************************************/
|
||||
/* */
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user