From: Matthew Wilcox Date: Sat, 7 Oct 2006 11:35:32 +0000 (-0600) Subject: kbuild: distinguish between errors and warnings in modpost X-Git-Tag: v2.6.22-rc1~1007^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a11665945d510e1a4df8dc44dc3668b01945ade;p=pandora-kernel.git kbuild: distinguish between errors and warnings in modpost Some of modpost's warnings are fatal, and some are not. Adopt the compiler distinction between errors and warnings by calling merror() for fatal diagnostics and warn() for non-fatal ones. merror() was used as replacemtn for error() to avoid clash with glibc Signed-off-by: Matthew Wilcox Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed