kbuild/modpost: Use warn() for announcing section mismatches
authorGeert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Tue, 5 Feb 2008 10:38:49 +0000 (11:38 +0100)
committerSam Ravnborg <sam@ravnborg.org>
Sat, 9 Feb 2008 09:43:58 +0000 (10:43 +0100)
commit7c0ac495e30b2b9becb79be2ff87642ed8ad8f0c
tree61e08f7d60a79c51273fca72e6ad7e0b0b556c8e
parentff739b611f41a93338855c064959404f3b7c9bab
kbuild/modpost: Use warn() for announcing section mismatches

modpost: Use warn() for announcing section mismatches, for easy grepping for
warnings in build logs.

Also change an existing call from fprintf() to warn() while we're at it.

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