From 14cfcf797d382741e336a6173710822bab59039d Mon Sep 17 00:00:00 2001 From: Jiang Liu Date: Fri, 12 Apr 2013 05:44:23 +0000 Subject: [PATCH] --- yaml --- r: 362879 b: refs/heads/master c: 89016506b62a79766c091959ecb40ec666f381bc h: refs/heads/master i: 362877: 3b074a650e766b7b142d32803eac169a428ce9dc 362875: 281163c94cc5a4986739137214be19615c07b0d4 362871: 3b27d6c1978eeee825573d37be756d79da461724 362863: e612bbc599b737f3021e642e72eaad0c23bbe7c0 362847: 47f78a3153787740631faaeaf948a614bec038e8 362815: 8026b17f19f99727afd6a43ac96087cb78c927e9 362751: 9fc882b22e43edbf3a3109eb66bb7cae7d7aa466 v: v3 --- [refs] | 2 +- trunk/arch/x86/pci/common.c | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index c54b31c24072..fc1bb9324c03 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b02a4a193420890fdf0d1285cfb9a92e416dcd5c +refs/heads/master: 89016506b62a79766c091959ecb40ec666f381bc diff --git a/trunk/arch/x86/pci/common.c b/trunk/arch/x86/pci/common.c index 901177d75ff5..305c68b8d538 100644 --- a/trunk/arch/x86/pci/common.c +++ b/trunk/arch/x86/pci/common.c @@ -6,6 +6,7 @@ #include #include +#include #include #include #include @@ -170,6 +171,16 @@ void pcibios_fixup_bus(struct pci_bus *b) pcibios_fixup_device_resources(dev); } +void pcibios_add_bus(struct pci_bus *bus) +{ + acpi_pci_add_bus(bus); +} + +void pcibios_remove_bus(struct pci_bus *bus) +{ + acpi_pci_remove_bus(bus); +} + /* * Only use DMI information to set this if nothing was passed * on the kernel command line (which was parsed earlier).