This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / scripts / reference_init.pl
index 7c3d97c..5f33311 100644 (file)
@@ -94,9 +94,6 @@ foreach $object (sort(keys(%object))) {
                     $from !~ /\.stab$/ &&
                     $from !~ /\.rodata$/ &&
                     $from !~ /\.text\.lock$/ &&
-                    $from !~ /\.pci_fixup_header$/ &&
-                    $from !~ /\.pci_fixup_final$/ &&
-                    $from !~ /\__param$/ &&
                     $from !~ /\.debug_/)) {
                        printf("Error: %s %s refers to %s\n", $object, $from, $line);
                }