From: Anton Blanchard Date: Wed, 21 Mar 2012 15:47:07 +0000 (+0000) Subject: powerpc: Make function that parses RTAS error logs global X-Git-Tag: v3.4-rc1~58^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6431f20879e338306b997cd75a36824cf9d6e687;p=pandora-kernel.git powerpc: Make function that parses RTAS error logs global The IO event interrupt code has a function that finds specific sections in an RTAS error log. We want to use it in the EPOW code so make it global. Rename things to make it less cryptic: find_xelog_section() -> get_pseries_errorlog() struct pseries_elog_section -> struct pseries_errorlog Signed-off-by: Anton Blanchard Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed