summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/probing.c
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2004-06-29 08:02:10 +0000
committerOlivier Blin <oblin@mandriva.org>2004-06-29 08:02:10 +0000
commit61df108c655f703ef246edbafc0eb302018b31e2 (patch)
tree013f041afdaafd434d13215c0fce1d4f7300f3ce /mdk-stage1/probing.c
parent76ed625f39c906ccb82f2e509c717ee573996af5 (diff)
downloaddrakx-61df108c655f703ef246edbafc0eb302018b31e2.tar
drakx-61df108c655f703ef246edbafc0eb302018b31e2.tar.gz
drakx-61df108c655f703ef246edbafc0eb302018b31e2.tar.bz2
drakx-61df108c655f703ef246edbafc0eb302018b31e2.tar.xz
drakx-61df108c655f703ef246edbafc0eb302018b31e2.zip
variable declaration fixes (spotted by neofutur)
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;