From f25b0d47dd592255c912c29a333c1fef936aa3ed Mon Sep 17 00:00:00 2001 From: Sam Ravnborg Date: Wed, 9 Aug 2006 08:23:55 +0200 Subject: [PATCH] --- yaml --- r: 35445 b: refs/heads/master c: 93659af1ce4974b1882668fee06458c0ac9315fd h: refs/heads/master i: 35443: c7b061283e655ed50e9c490184b761a709040e44 v: v3 --- [refs] | 2 +- trunk/scripts/mod/modpost.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index c91413758edb..1cfcaee7ca27 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4635281c8ea26e9f718c28f8f7713d10ad332eff +refs/heads/master: 93659af1ce4974b1882668fee06458c0ac9315fd diff --git a/trunk/scripts/mod/modpost.c b/trunk/scripts/mod/modpost.c index 5028d46a8f35..16a19353c67f 100644 --- a/trunk/scripts/mod/modpost.c +++ b/trunk/scripts/mod/modpost.c @@ -627,6 +627,7 @@ static int secref_whitelist(const char *modname, const char *tosec, (strcmp(tosec, ".init.text") == 0)) return 1; } + return 0; } /**