[PATCH 03/22] powerpc/eeh: Make eeh_phb_pe_get() public

2013-05-14 Thread Gavin Shan
While processing EEH event interrupt from P7IOC, we need function to retrieve the PE according to the indicated PCI host controller (struct pci_controller). The patch makes function eeh_phb_pe_get() public so that other source files can call it for that purpose. Signed-off-by: Gavin Shan --- arc

[PATCH 03/22] powerpc/eeh: Make eeh_phb_pe_get public

2013-03-01 Thread Gavin Shan
While processing EEH event caused by interrupt sent from P7IOC, we need function to retrieve the PE according to the indicated PCI host controller (struct pci_controller). The patch makes function eeh_phb_pe_get() public so that other source files can call it. Signed-off-by: Gavin Shan --- arch