Skip to content

Commit

Permalink
kbuild: fix buildcheck
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sam Ravnborg committed Jul 14, 2005
1 parent 33bc25e commit c5f75ec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/reference_discarded.pl
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@
}
if (($line =~ /\.text\.exit$/ ||
$line =~ /\.exit\.text$/ ||
$line =~ /\.text\.init$/ ||
$line =~ /\.init\.text$/ ||
$line =~ /\.data\.exit$/ ||
$line =~ /\.exit\.data$/ ||
$line =~ /\.exitcall\.exit$/) &&
Expand Down

0 comments on commit c5f75ec

Please sign in to comment.