summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichael Brown2005-04-12 18:49:11 +0200
committerMichael Brown2005-04-12 18:49:11 +0200
commitbb293ca5c28c4955dfe94a42e4ce87b5d964d5d3 (patch)
tree7c46702fc72d00e5b07ff500513862eaa9f3e1e9 /src
parentprint_drivers() is now unified. (diff)
downloadipxe-bb293ca5c28c4955dfe94a42e4ce87b5d964d5d3.tar.gz
ipxe-bb293ca5c28c4955dfe94a42e4ce87b5d964d5d3.tar.xz
ipxe-bb293ca5c28c4955dfe94a42e4ce87b5d964d5d3.zip
Global struct dev is now in main.c
Diffstat (limited to 'src')
-rw-r--r--src/core/dev.c3
1 files changed, 0 insertions, 3 deletions
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;