From bb293ca5c28c4955dfe94a42e4ce87b5d964d5d3 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 12 Apr 2005 16:49:11 +0000 Subject: [PATCH] Global struct dev is now in main.c --- src/core/dev.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/core/dev.c b/src/core/dev.c index cd69d349..0f9936a0 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;