From b906a4b8683f984ced55a91a628ab57bb7d287b6 Mon Sep 17 00:00:00 2001 From: Sam Ravnborg Date: Sat, 6 Jun 2009 00:18:05 +0200 Subject: [PATCH] --- yaml --- r: 149532 b: refs/heads/master c: 8b8b76c045beb85c1c2b28e07eff6599a1e95cf1 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/scripts/mod/modpost.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index e62b8f8815aa..67abec8a6e2f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1581c1cede3b180b77aa08024c6ca406252cc21f +refs/heads/master: 8b8b76c045beb85c1c2b28e07eff6599a1e95cf1 diff --git a/trunk/scripts/mod/modpost.c b/trunk/scripts/mod/modpost.c index 94e71efb2c14..4522948a012e 100644 --- a/trunk/scripts/mod/modpost.c +++ b/trunk/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)