From: Paul Gortmaker Date: Fri, 22 Jul 2011 22:15:07 +0000 (-0400) Subject: powerpc: convert hvconsole.c to export.h ; fix implicit use of errno.h X-Git-Tag: v3.2-rc1~22^2~189 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9848d62ab265e355652988fb33a060a9a0b2893;p=pandora-kernel.git powerpc: convert hvconsole.c to export.h ; fix implicit use of errno.h This file is only exporting symbols and so should use export.h and not module.h header. But in doing the conversion, we will uncover that it was implicitly using errno.h via module.h: CC arch/powerpc/platforms/pseries/hvconsole.o arch/powerpc/platforms/pseries/hvconsole.c: In function 'hvc_put_chars': arch/powerpc/platforms/pseries/hvconsole.c:77: error: 'EIO' undeclared (first use in this function) Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed