X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=arch%2Fx86%2Fpci%2Fmmconfig_32.c;h=f3c761dce6957118494ff8f2492edae9c7d9e651;hb=5548ed1135842d1993a4ba699377a8a3c65dd568;hp=081816ada05792dc87d670db497a7ecf500534ba;hpb=0a3abcf75bf391fec4e32356ab5ddb8f5d2e6b41;p=~andy%2Flinux diff --git a/arch/x86/pci/mmconfig_32.c b/arch/x86/pci/mmconfig_32.c index 081816ada05..f3c761dce69 100644 --- a/arch/x86/pci/mmconfig_32.c +++ b/arch/x86/pci/mmconfig_32.c @@ -136,3 +136,7 @@ int __init pci_mmcfg_arch_init(void) raw_pci_ext_ops = &pci_mmcfg; return 1; } + +void __init pci_mmcfg_arch_free(void) +{ +}