From 61df108c655f703ef246edbafc0eb302018b31e2 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 29 Jun 2004 08:02:10 +0000 Subject: variable declaration fixes (spotted by neofutur) --- mdk-stage1/probing.c | 1 - 1 file changed, 1 deletion(-) (limited to 'mdk-stage1/probing.c') diff --git a/mdk-stage1/probing.c b/mdk-stage1/probing.c index aed9862c4..c7a951b7c 100644 --- a/mdk-stage1/probing.c +++ b/mdk-stage1/probing.c @@ -199,7 +199,6 @@ void probe_that_type(enum driver_type type, enum media_bus bus __attribute__ ((u #endif #endif #ifdef ENABLE_USB - static int already_probed_usb_controllers = 0; case USB_CONTROLLERS: if (already_probed_usb_controllers || IS_NOAUTO) goto end_pci_probe; -- cgit v1.2.1