mfd: remove use of __devexit
[deliverable/linux.git] / drivers / mfd / sta2x11-mfd.c
index 57f3361d0cb09a00e5f4e0ff62ebb66f56ded5db..d6284cacd27a30e2174bc21ff77e7bef7592423b 100644 (file)
@@ -89,7 +89,7 @@ static int sta2x11_mfd_add(struct pci_dev *pdev, gfp_t flags)
        return 0;
 }
 
-static int __devexit mfd_remove(struct pci_dev *pdev)
+static int mfd_remove(struct pci_dev *pdev)
 {
        struct sta2x11_mfd *mfd = sta2x11_mfd_find(pdev);
 
This page took 0.036885 seconds and 5 git commands to generate.