X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Fx86%2Fpci%2Fcommon.c;h=cf2e93869c489ee14b8e074817a62a55dacf3845;hb=1f10cd34d9b347106cb34ef91c8ff76f12ee67a8;hp=3736176acaab6a362f4e97a889af6d07591b6ce3;hpb=915a0b575fdb2376135ed9334b3ccb1eb51db622;p=pandora-kernel.git diff --git a/arch/x86/pci/common.c b/arch/x86/pci/common.c index 3736176acaab..cf2e93869c48 100644 --- a/arch/x86/pci/common.c +++ b/arch/x86/pci/common.c @@ -9,6 +9,7 @@ #include #include #include +#include #include #include @@ -71,12 +72,6 @@ struct pci_ops pci_root_ops = { .write = pci_write, }; -/* - * legacy, numa, and acpi all want to call pcibios_scan_root - * from their initcalls. This flag prevents that. - */ -int pcibios_scanned; - /* * This interrupt-safe spinlock protects all accesses to PCI * configuration space.