summaryrefslogtreecommitdiff
path: root/scripts/mod/modpost.c
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2007-06-03 00:05:10 +0200
committerSam Ravnborg <sam@ravnborg.org>2007-07-16 23:24:51 +0200
commitd3ab78560b9a244bdb2ba2ef0e53193832d311c2 (patch)
tree4c954f958c265d5c1bfc9dd42f06a26129a66386 /scripts/mod/modpost.c
parent6fc53bae3d5940f1b123afa5ad082359b1a376be (diff)
downloadlinux-3.10-d3ab78560b9a244bdb2ba2ef0e53193832d311c2.tar.gz
linux-3.10-d3ab78560b9a244bdb2ba2ef0e53193832d311c2.tar.bz2
linux-3.10-d3ab78560b9a244bdb2ba2ef0e53193832d311c2.zip
kbuild: remove hardcoded apic_es7000 from modpost
Replace the hardcoded variable name apic_es7000 in modpost with a __initdata_refok marker. Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'scripts/mod/modpost.c')
-rw-r--r--scripts/mod/modpost.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c
index 7f5ff7e0a0f..1921c43f3a3 100644
--- a/scripts/mod/modpost.c
+++ b/scripts/mod/modpost.c
@@ -647,7 +647,6 @@ static int secref_whitelist(const char *modname, const char *tosec,
"_probe",
"_probe_one",
"_console",
- "apic_es7000",
NULL
};