From: Sam Ravnborg Date: Thu, 14 Jul 2005 20:20:13 +0000 (+0000) Subject: kbuild: fix buildcheck X-Git-Tag: v2.6.14-rc1~750^2~25 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5f75eca120de6587e67a1951ce3e6912e2c6879;p=linux-2.6 kbuild: fix buildcheck From: Randy Dunlap I should not have added init.text test here; it's more than useless, it actually degrades the output. Signed-off-by: Randy Dunlap Signed-off-by: Sam Ravnborg --- diff --git a/scripts/reference_discarded.pl b/scripts/reference_discarded.pl index 44b8722da0..f04f627368 100644 --- a/scripts/reference_discarded.pl +++ b/scripts/reference_discarded.pl @@ -82,8 +82,6 @@ foreach $object (keys(%object)) { } if (($line =~ /\.text\.exit$/ || $line =~ /\.exit\.text$/ || - $line =~ /\.text\.init$/ || - $line =~ /\.init\.text$/ || $line =~ /\.data\.exit$/ || $line =~ /\.exit\.data$/ || $line =~ /\.exitcall\.exit$/) &&