From: Bjorn Helgaas Date: Thu, 18 Jun 2009 20:47:07 +0000 (-0600) Subject: ACPI: pci_root: remove unused dev/fn information X-Git-Tag: v2.6.31-rc1~12^2~9^4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0705495d9010048e293013d9d129cf723363a0a8;p=pandora-kernel.git 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 Reviewed-by: Alex Chiang Signed-off-by: Len Brown --- Reading git-diff-tree failed