mfd: remove use of __devexit
[deliverable/linux.git] / drivers / mfd / tc6387xb.c
index ca18f262c34aaa6d9236807057a83a025293d1ac..366f7b906278547b586f2f86bca0cf6ad568f4a8 100644 (file)
@@ -208,7 +208,7 @@ err_no_irq:
        return ret;
 }
 
-static int __devexit tc6387xb_remove(struct platform_device *dev)
+static int tc6387xb_remove(struct platform_device *dev)
 {
        struct tc6387xb *tc6387xb = platform_get_drvdata(dev);
 
This page took 0.049039 seconds and 5 git commands to generate.