tree c68fa3752d3868388623ae017c68a9cf39d19551
parent 33bc25eae40c100238a5abe8472cef0cd40226f1
author Sam Ravnborg <[EMAIL PROTECTED](none)> Thu, 14 Jul 2005 20:20:13 +0000
committer Sam Ravnborg <[EMAIL PROTECTED](none)> Thu, 14 Jul 2005 20:20:13 +0000

kbuild: fix buildcheck

From: Randy Dunlap <[EMAIL PROTECTED]>

I should not have added init.text test here;
it's more than useless, it actually degrades the output.

Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]>
Signed-off-by: Sam Ravnborg <[EMAIL PROTECTED]>

 scripts/reference_discarded.pl |    2 --
 1 files changed, 2 deletions(-)

diff --git a/scripts/reference_discarded.pl b/scripts/reference_discarded.pl
--- 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$/) &&
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to