mfd: Move asic3_remove to .devexit.text
[safe/jmp/linux-2.6] / drivers / mfd / asic3.c
index 63a2a66..e22128c 100644 (file)
@@ -908,7 +908,7 @@ static int __init asic3_probe(struct platform_device *pdev)
        return ret;
 }
 
-static int asic3_remove(struct platform_device *pdev)
+static int __devexit asic3_remove(struct platform_device *pdev)
 {
        int ret;
        struct asic3 *asic = platform_get_drvdata(pdev);