From 34dc4a34d52a888d4f4879f8bc9ca9db0c8e6b96 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 4 Oct 2004 08:02:27 +0000 Subject: remove what should had never been commited --- perl-install/standalone/service_harddrake | 4 ---- 1 file changed, 4 deletions(-) (limited to 'perl-install/standalone/service_harddrake') diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake index 9efe46b3f..e428145d9 100755 --- a/perl-install/standalone/service_harddrake +++ b/perl-install/standalone/service_harddrake @@ -113,10 +113,6 @@ foreach my $hw_class (@harddrake::data::tree) { modules::load_and_configure($modules_conf, 'ohci1394') if $Ident eq 'FIREWIRE_CONTROLLER' && any { $_->{driver} eq 'ohci1394' } @added; @added || @was_removed or next; - if (harddrake::data::is_removable($Ident)) { - modules::load_category('floppy') if $Ident eq 'FLOPPY'; - } - next if $Ident eq 'MOUSE' && $curr_kernel ne $prev_kernel; my @configurator_pool; -- cgit v1.2.1