From: Gavin Shan Date: Thu, 20 Jun 2013 05:20:54 +0000 (+0800) Subject: powerpc/eeh: Make eeh_pe_get() public X-Git-Tag: v3.11-rc1~94^2~96 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01566808547b7ecc5017a741d50dead9e53f86fa;p=pandora-kernel.git powerpc/eeh: Make eeh_pe_get() public While processing EEH event interrupt from P7IOC, we need function to retrieve the PE according to the indicated EEH device. The patch makes function eeh_pe_get() public so that other source files can call it for that purpose. Also, the patch fixes referring to wrong BDF (Bus/Device/Function) address while searching PE in function __eeh_pe_get(). Signed-off-by: Gavin Shan Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed