From: Michael Neuling Date: Wed, 27 May 2015 06:07:00 +0000 (+1000) Subject: powerpc/pci: Add pcibios_disable_device() hook X-Git-Tag: omap-for-v4.2/fixes-rc1^2~139^2~93 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abeeed6d3d9948b3235a5bb77759d8c1f84de39d;p=pandora-kernel.git powerpc/pci: Add pcibios_disable_device() hook This adds a hook into the powerpc pci code for pci_disable_device() calls. The generic code already provides a weak pcibios_disable_device() symbol, so we just need to provide our own in powerpc and it'll get picked up. This is passed directly to the phb controller ops, provided one exists. Signed-off-by: Michael Neuling Signed-off-by: Michael Ellerman --- Reading git-diff-tree failed