X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=linux_module%2Fiface-host-pci.c;h=48097d8322d74bd4a63b88acb2eff0cc3d6b1a86;hb=f240f8a3c11478abe180bd906c746c68eb8c3a3c;hp=d9622c90a5ad220f66a67e4a72b0d19fb08fe078;hpb=1f8ac11d4550b1113d9a8c23e62b236cb8ad8404;p=palacios.git diff --git a/linux_module/iface-host-pci.c b/linux_module/iface-host-pci.c index d9622c9..48097d8 100644 --- a/linux_module/iface-host-pci.c +++ b/linux_module/iface-host-pci.c @@ -233,6 +233,9 @@ static int host_pci_init( void ) { } static int host_pci_deinit(void) { + remove_global_ctrl(V3_ADD_PCI_USER_DEV); + remove_global_ctrl(V3_ADD_PCI_HW_DEV); + palacios_spinlock_deinit(&lock); return 0; }