浏览代码

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

eventually get updated.
tags/v0.9.3
Michael Brown 19 年前
父节点
当前提交
438d1cc0b9
共有 2 个文件被更改,包括 0 次插入5 次删除
  1. 0
    3
      src/core/btext.c
  2. 0
    2
      src/core/pcmcia.c

+ 0
- 3
src/core/btext.c 查看文件

417
 	.disabled = 1,
417
 	.disabled = 1,
418
 };
418
 };
419
 
419
 
420
-INIT_FN ( INIT_CONSOLE, btext_init, NULL );
421
-
422
-
423
 //come from linux/drivers/video/font-8x16.c
420
 //come from linux/drivers/video/font-8x16.c
424
 /**********************************************/
421
 /**********************************************/
425
 /*                                            */
422
 /*                                            */

+ 0
- 2
src/core/pcmcia.c 查看文件

264
 	printf("Shutdown of PCMCIA subsystem completed");
264
 	printf("Shutdown of PCMCIA subsystem completed");
265
 }
265
 }
266
 
266
 
267
-INIT_FN ( INIT_PCMCIA, pcmcia_init_all, pcmcia_shutdown_all );
268
-
269
 #endif
267
 #endif

正在加载...
取消
保存