summaryrefslogtreecommitdiffstats
path: root/perl-install/modules.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r--perl-install/modules.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm
index 968c3a514..9d17c352b 100644
--- a/perl-install/modules.pm
+++ b/perl-install/modules.pm
@@ -536,7 +536,7 @@ sub load_thiskind($;&$) {
}
#- hey, we're allowed to pci probe :) let's do a lot of probing!
if (my ($c) = pci_probing::main::probe('AUDIO')) {
- modules::add_alias("sound", $c->[1]) if pci_probing::main::check($c->[1]);
+ add_alias("sound", $c->[1]) if pci_probing::main::check($c->[1]);
}
}
@devs, map { [ $_, $_ ] } @{$loaded{$type} || []};