projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33bc25e
)
kbuild: fix buildcheck
author
Sam Ravnborg
<sam@mars.(none)>
Thu, 14 Jul 2005 20:20:13 +0000
(20:20 +0000)
committer
Sam Ravnborg
<sam@mars.(none)>
Thu, 14 Jul 2005 20:20:13 +0000
(20:20 +0000)
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>
scripts/reference_discarded.pl
patch
|
blob
|
blame
|
history
diff --git
a/scripts/reference_discarded.pl
b/scripts/reference_discarded.pl
index 44b8722da0ea3ff925d94171721e0e466fc8ed1b..f04f6273685161dc45c98e11f8d1065660ca0a0f 100644
(file)
--- 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$/) &&