ACPI: pci_root: remove unused dev/fn information
authorBjorn Helgaas <bjorn.helgaas@hp.com>
Thu, 18 Jun 2009 20:47:07 +0000 (14:47 -0600)
committerLen Brown <len.brown@intel.com>
Sat, 20 Jun 2009 04:01:54 +0000 (00:01 -0400)
commit0705495d9010048e293013d9d129cf723363a0a8
tree3d0a7461df067ead316d565a6a36137a74b24af1
parentc1aec8341627dad5d63cc24aa6746dc077f5b706
ACPI: pci_root: remove unused dev/fn information

We never use the PCI device & function number, so remove it to make
it clear that it's not needed.  Many PCI host bridges don't even
appear in config space, so it's meaningless to look at stuff from
_ADR, which doesn't exist in that case.

Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Reviewed-by: Alex Chiang <achiang@hp.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/pci_root.c