mfd: remove use of __devexit
[deliverable/linux.git] / drivers / mfd / pm8921-core.c
index 43491346e7d087d2458b943b0e38641158ffe085..d4b297cbd801c3929b5c4ee8c02f0c1f04a2022a 100644 (file)
@@ -165,7 +165,7 @@ err_read_rev:
        return rc;
 }
 
-static int __devexit pm8921_remove(struct platform_device *pdev)
+static int pm8921_remove(struct platform_device *pdev)
 {
        struct pm8xxx_drvdata *drvdata;
        struct pm8921 *pmic = NULL;
This page took 0.039065 seconds and 5 git commands to generate.