misc: remove use of __devexit
[deliverable/linux.git] / drivers / misc / pti.c
index 37d4b5ef9dc76725a30e87fbb82b1dca4f79ef4d..7003031c9181b4a5a08d25bdba2f788b4a5f092d 100644 (file)
@@ -879,7 +879,7 @@ err:
  *                PCI bus.
  * @pdev: variable containing pci info of PTI.
  */
-static void __devexit pti_pci_remove(struct pci_dev *pdev)
+static void pti_pci_remove(struct pci_dev *pdev)
 {
        struct pti_dev *drv_data = pci_get_drvdata(pdev);
 
This page took 0.028454 seconds and 5 git commands to generate.