commit | 2a0352fa4a78081c76be1e450b51a6aa27c92616 | [log] [tgz] |
---|---|---|
author | Gavin Shan <shangw@linux.vnet.ibm.com> | Tue Mar 20 21:30:27 2012 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Mar 28 11:31:57 2012 +1100 |
tree | cacc28c7f6058cdc5bbf3d940917ca06ef1df84e | |
parent | e22057c8599373e5caef0bc42bdb95d2a361ab0d [diff] |
powerpc/eeh: Remove eeh device from OF node Originally, the PCI sensitive OF node is tracing the eeh device through struct device_node->edev. However, it was regarded as bad idea. The patch removes struct device_node->edev and uses PCI_DN to trace the corresponding eeh device according to BenH's comments. Signed-off-by: Gavin Shan <shangw@linux.vnet.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>