kbuild: be more foregiving on init section naming
authorSam Ravnborg <sam@ravnborg.org>
Wed, 25 Jul 2007 19:52:31 +0000 (21:52 +0200)
committerSam Ravnborg <sam@ravnborg.org>
Wed, 25 Jul 2007 19:52:31 +0000 (21:52 +0200)
In the whitelist function of modpost now use the same
check to identify init_section as in other places of modpost.
This has the effect that we now recognize sections named
.init.text.19 as init sections and we no longer warn
when we see these.

At the same time make surrounding code readable by dropping
use of temporary flags.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>

No differences found