浏览代码

Global struct dev is now in main.c

tags/v0.9.3
Michael Brown 19 年前
父节点
当前提交
bb293ca5c2
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0
    3
      src/core/dev.c

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

@@ -9,9 +9,6 @@ extern struct boot_driver boot_drivers_end[];
9 9
 /* Current attempted boot driver */
10 10
 static struct boot_driver *boot_driver = boot_drivers;
11 11
 
12
-/* Current boot device */
13
-struct dev dev;
14
-
15 12
 /* Print all drivers */
16 13
 void print_drivers ( void ) {
17 14
 	struct boot_driver *driver;

正在加载...
取消
保存