[POWERPC] Pass the pci_controller into pci_exclude_device
authorKumar Gala <galak@kernel.crashing.org>
Fri, 22 Jun 2007 05:23:57 +0000 (00:23 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 29 Jun 2007 06:57:22 +0000 (01:57 -0500)
There are times that we need to know which controller we are on to decide
how to exclude devices properly.  We now pass the pci_controller that we
are going to use down to the pci_exclude_device function. This will
greatly simplify being able to exclude the PHBs in multiple controller
setups.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

No differences found