From: Michael Brown Date: Tue, 12 Apr 2005 16:49:11 +0000 (+0000) Subject: Global struct dev is now in main.c X-Git-Tag: v0.9.3~2022 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bb293ca5c28c4955dfe94a42e4ce87b5d964d5d3;p=thirdparty%2Fipxe.git Global struct dev is now in main.c --- diff --git a/src/core/dev.c b/src/core/dev.c index cd69d3495..0f9936a0f 100644 --- a/src/core/dev.c +++ b/src/core/dev.c @@ -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;