X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=scripts%2Fexport_report.pl;h=548330e8c4e7a35028b7f60bf58708d02a853bd7;hb=1a810436a2eff372aa1a934fe4d1bef50bd9dac8;hp=7d3030d03a25272b63d37d820aa1ba07b94d94f9;hpb=a4a759b2797ba9eff0dcfcdc532e886440da4e01;p=linux-2.6-block.git diff --git a/scripts/export_report.pl b/scripts/export_report.pl index 7d3030d03a25..548330e8c4e7 100755 --- a/scripts/export_report.pl +++ b/scripts/export_report.pl @@ -94,7 +94,7 @@ if (defined $opt{'o'}) { # while ( <$module_symvers> ) { chomp; - my (undef, $symbol, $module, $gpl) = split; + my (undef, $symbol, $namespace, $module, $gpl) = split('\t'); $SYMBOL { $symbol } = [ $module , "0" , $symbol, $gpl]; } close($module_symvers);