From: Gavin Shan Date: Mon, 27 Feb 2012 20:04:07 +0000 (+0000) Subject: powerpc/eeh: Replace pci_dn with eeh_dev for EEH core X-Git-Tag: v3.4-rc1~159^2~17^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f631acd3e98c31b21937682d2b3f39bf9333a18e;p=pandora-kernel.git powerpc/eeh: Replace pci_dn with eeh_dev for EEH core The original EEH implementation is heavily depending on struct pci_dn. We have to put EEH related information to pci_dn. Actually, we could split struct pci_dn so that the EEH sensitive information to form an individual struct, then EEH looks more independent. The patch replaces pci_dn with eeh_dev for EEH core. Signed-off-by: Gavin Shan Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed