commit | 83cda2bb37cb8476cd84659d9698ab48553be974 | [log] [tgz] |
---|---|---|
author | Sam Ravnborg <sam@ravnborg.org> | Wed Jul 25 21:52:31 2007 +0200 |
committer | Sam Ravnborg <sam@ravnborg.org> | Wed Jul 25 21:52:31 2007 +0200 |
tree | c0db0c2f3c6fa6c97e1185c0995c57d3ba3c87be | |
parent | 2f5ee619045d923de9137b6a263a99cc2428391a [diff] |
kbuild: be more foregiving on init section naming 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>