diff options
| author | Michael Brown | 2005-04-12 18:49:11 +0200 |
|---|---|---|
| committer | Michael Brown | 2005-04-12 18:49:11 +0200 |
| commit | bb293ca5c28c4955dfe94a42e4ce87b5d964d5d3 (patch) | |
| tree | 7c46702fc72d00e5b07ff500513862eaa9f3e1e9 /src | |
| parent | print_drivers() is now unified. (diff) | |
| download | ipxe-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.c | 3 |
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; |
