aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2009-06-05 18:18:05 -0400
committerSam Ravnborg <sam@ravnborg.org>2009-06-09 16:37:53 -0400
commit8b8b76c045beb85c1c2b28e07eff6599a1e95cf1 (patch)
tree92cbaa67dc948afab82f6b2ec425fafe5cec1b1d
parent1581c1cede3b180b77aa08024c6ca406252cc21f (diff)
kbuild: add hint about __refdata to modpost
As requested by Guennadi Liakhovetski Cc: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
-rw-r--r--scripts/mod/modpost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c
index 94e71efb2c14..4522948a012e 100644
--- a/scripts/mod/modpost.c
+++ b/scripts/mod/modpost.c
@@ -1196,7 +1196,7 @@ static void report_sec_mismatch(const char *modname, enum mismatch mismatch,
1196 "The variable %s references\n" 1196 "The variable %s references\n"
1197 "the %s %s%s%s\n" 1197 "the %s %s%s%s\n"
1198 "If the reference is valid then annotate the\n" 1198 "If the reference is valid then annotate the\n"
1199 "variable with __init* (see linux/init.h) " 1199 "variable with __init* or __refdata (see linux/init.h) "
1200 "or name the variable:\n", 1200 "or name the variable:\n",
1201 fromsym, to, sec2annotation(tosec), tosym, to_p); 1201 fromsym, to, sec2annotation(tosec), tosym, to_p);
1202 while (*s) 1202 while (*s)