]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - scripts/mod/modpost.c
kbuild: add hint about __refdata to modpost
[net-next-2.6.git] / scripts / mod / modpost.c
index 94e71efb2c1444598a0218fecfc23d5d75f28f66..4522948a012e0fb1d772949679a8c2a9af529345 100644 (file)
@@ -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)