commit | 58513dc40d8e01f0c0ccea4cdcbc32e9dcee62fd | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Thu Apr 30 03:10:15 2009 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu May 21 15:44:24 2009 +1000 |
tree | 585debc810954d0cac80619c85d5a5ab50ceda41 | |
parent | 2f52297665d2ebfaa24406003cf9e5a7b635f47d [diff] |
powerpc/pci: Clean up direct access to sysdata by celleb platforms We shouldn't directly access sysdata to get the device node to just go get the pci_controller. We can call pci_bus_to_host() for this purpose. Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>