From c644f2f742157a41f583d3c1d2e2799514500d71 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 23 Mar 2013 12:30:30 +0000 Subject: kill long dead argument the "Additional Drivers floppy" is long dead --- mdk-stage1/thirdparty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1/thirdparty.c') diff --git a/mdk-stage1/thirdparty.c b/mdk-stage1/thirdparty.c index e2e416e0a..38200357c 100644 --- a/mdk-stage1/thirdparty.c +++ b/mdk-stage1/thirdparty.c @@ -333,7 +333,7 @@ static enum return_type thirdparty_autoload_modules(const char *modules_location entry++; } if (!entry || !*entry) { - enum insmod_return ret = my_modprobe(module, ANY_DRIVER_TYPE, options, 0); + enum insmod_return ret = my_modprobe(module, ANY_DRIVER_TYPE, options); if (ret != INSMOD_OK) { log_message("\t%s (marfile): failed", module); stg1_error_message("Insmod %s (marfile) failed.", module); -- cgit v1.2.1