From af0f71afc880c9eea4c2b2a327108d773c0261c1 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 20 Jan 2012 19:12:36 +0000 Subject: perl_checker cleanup --- perl-install/modules.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/modules.pm') diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 76397fd8d..719ec02f3 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -33,7 +33,7 @@ my %mappings_24_26 = ( "dc395x_trm" => "dc395x", ); my %mappings_26_24 = reverse %mappings_24_26; -$mappings_26_24{'uhci_hcd'} = 'usb_uhci'; +$mappings_26_24{uhci_hcd} = 'usb_uhci'; my @parallel_zip_modules = qw(imm ppa); -- cgit v1.2.1