summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSam Ravnborg <sam@mars.(none)>2005-07-14 20:20:13 +0000
committerSam Ravnborg <sam@mars.(none)>2005-07-14 20:20:13 +0000
commitc5f75eca120de6587e67a1951ce3e6912e2c6879 (patch)
treec68fa3752d3868388623ae017c68a9cf39d19551 /scripts
parent33bc25eae40c100238a5abe8472cef0cd40226f1 (diff)
kbuild: fix buildcheck
From: Randy Dunlap <rddunlap@osdl.org> I should not have added init.text test here; it's more than useless, it actually degrades the output. Signed-off-by: Randy Dunlap <rddunlap@osdl.org> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/reference_discarded.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/reference_discarded.pl b/scripts/reference_discarded.pl
index 44b8722da0e..f04f6273685 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$/) &&