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:
1581c1c
)
kbuild: add hint about __refdata to modpost
author
Sam Ravnborg
<sam@ravnborg.org>
Fri, 5 Jun 2009 22:18:05 +0000
(
00:18
+0200)
committer
Sam Ravnborg
<sam@ravnborg.org>
Tue, 9 Jun 2009 20:37:53 +0000
(22:37 +0200)
As requested by Guennadi Liakhovetski
Cc: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
scripts/mod/modpost.c
patch
|
blob
|
blame
|
history
diff --git
a/scripts/mod/modpost.c
b/scripts/mod/modpost.c
index 94e71efb2c1444598a0218fecfc23d5d75f28f66..4522948a012e0fb1d772949679a8c2a9af529345 100644
(file)
--- 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,
"The variable %s references\n"
"the %s %s%s%s\n"
"If the reference is valid then annotate the\n"
- "variable with __init* (see linux/init.h) "
+ "variable with __init*
or __refdata
(see linux/init.h) "
"or name the variable:\n",
fromsym, to, sec2annotation(tosec), tosym, to_p);
while (*s)