]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/pci/remove.c
[PATCH] autofs4: nameidata needs to be up to date for follow_link
[linux-2.6-omap-h63xx.git] / drivers / pci / remove.c
index 27a294b6965d41e964a8630ad15a3571a0f6430e..1a6bf9de166fa343ff6123e10b9aecc54b106590 100644 (file)
@@ -48,6 +48,7 @@ static void pci_destroy_dev(struct pci_dev *dev)
  * in question is not being used by a driver.
  * Returns 0 on success.
  */
+#if 0
 int pci_remove_device_safe(struct pci_dev *dev)
 {
        if (pci_dev_driver(dev))
@@ -55,7 +56,7 @@ int pci_remove_device_safe(struct pci_dev *dev)
        pci_destroy_dev(dev);
        return 0;
 }
-EXPORT_SYMBOL(pci_remove_device_safe);
+#endif  /*  0  */
 
 void pci_remove_bus(struct pci_bus *pci_bus)
 {