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; } /**