From 4ab4217cad713d92578079af72594d8f1876bf0a Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 9 Mar 2005 14:42:29 +0000 Subject: do ask for modules here, it is already done when needed --- mdk-stage1/probing.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'mdk-stage1/probing.c') diff --git a/mdk-stage1/probing.c b/mdk-stage1/probing.c index a43c9bcb6..59423a5ed 100644 --- a/mdk-stage1/probing.c +++ b/mdk-stage1/probing.c @@ -206,11 +206,6 @@ void probe_that_type(enum driver_type type, enum media_bus bus __attribute__ ((u goto end_pci_probe; } - if (IS_EXPERT && type != USB_CONTROLLERS) { - ask_insmod(type); - return; - } - if (!(f = fopen("/proc/bus/pci/devices", "rb"))) { log_message("PCI: could not open proc file"); goto end_pci_probe; -- cgit v1.2.1