Decrement refcount for physical pci slot
void pci_destroy_slot(struct pci_slot * slot);
slot
struct pci_slot to decrement
struct pci_slot is refcounted, so destroying them is really easy; we just call kobject_put on its kobj and let our release methods do the rest.