summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/probing.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/probing.c')
-rw-r--r--mdk-stage1/probing.c1
1 files changed, 0 insertions, 1 deletions
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;