kbuild: fix warnings from .pci_fixup section
authorSam Ravnborg <sam@ravnborg.org>
Mon, 26 Feb 2007 16:49:06 +0000 (17:49 +0100)
committerSam Ravnborg <sam@ravnborg.org>
Wed, 2 May 2007 18:58:07 +0000 (20:58 +0200)
commit9bf8cb9b7908383752b1842eae78269f7e16d9fb
tree9f6e1c879c3723574939e4f491d8eacaea8830f2
parentaae5f662a32c35b1a962627535acb588d48ff5f9
kbuild: fix warnings from .pci_fixup section

Now where we do not pass vmlinux to modpost we started
to see section mismatch warnings from .pci_fixup.
Refactored code a little to include these in the
whitelist again.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
scripts/mod/modpost.c