From: Gavin Shan Date: Mon, 27 Feb 2012 20:04:09 +0000 (+0000) Subject: powerpc/eeh: Replace pci_dn with eeh_dev for EEH on pSeries X-Git-Tag: v3.4-rc1~159^2~17^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54793d0ef113145c8c0342d9bf2ade5c6b71cba5;p=pandora-kernel.git powerpc/eeh: Replace pci_dn with eeh_dev for EEH on pSeries The pci_dn has been replaced with eeh_dev. In order to comply with the rule, the EEH platform implementation on pSeries should also be adjusted for a little bit so that it will depend on eeh_dev instead of pci_dn. The patch replaces pci_dn with eeh_dev. The corresponding information will be retrieved from eeh_dev instead of pci_dn. Signed-off-by: Gavin Shan Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed