Parcourir la source

Should be using the generic device probe mechanism, when (if) they

eventually get updated.
tags/v0.9.3
Michael Brown il y a 17 ans
Parent
révision
438d1cc0b9
2 fichiers modifiés avec 0 ajouts et 5 suppressions
  1. 0
    3
      src/core/btext.c
  2. 0
    2
      src/core/pcmcia.c

+ 0
- 3
src/core/btext.c Voir le fichier

@@ -417,9 +417,6 @@ struct console_driver btext_console __console_driver = {
417 417
 	.disabled = 1,
418 418
 };
419 419
 
420
-INIT_FN ( INIT_CONSOLE, btext_init, NULL );
421
-
422
-
423 420
 //come from linux/drivers/video/font-8x16.c
424 421
 /**********************************************/
425 422
 /*                                            */

+ 0
- 2
src/core/pcmcia.c Voir le fichier

@@ -264,6 +264,4 @@ static void	pcmcia_shutdown_all(void) {
264 264
 	printf("Shutdown of PCMCIA subsystem completed");
265 265
 }
266 266
 
267
-INIT_FN ( INIT_PCMCIA, pcmcia_init_all, pcmcia_shutdown_all );
268
-
269 267
 #endif

Chargement…
Annuler
Enregistrer