]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
Global struct dev is now in main.c
authorMichael Brown <mcb30@etherboot.org>
Tue, 12 Apr 2005 16:49:11 +0000 (16:49 +0000)
committerMichael Brown <mcb30@etherboot.org>
Tue, 12 Apr 2005 16:49:11 +0000 (16:49 +0000)
src/core/dev.c

index cd69d34950a2b329488833d039b909794441e87d..0f9936a0fdcc3989b4bf2c4b6373e0234437daef 100644 (file)
@@ -9,9 +9,6 @@ extern struct boot_driver boot_drivers_end[];
 /* Current attempted boot driver */
 static struct boot_driver *boot_driver = boot_drivers;
 
-/* Current boot device */
-struct dev dev;
-
 /* Print all drivers */
 void print_drivers ( void ) {
        struct boot_driver *driver;