mfd: remove use of __devinit
[deliverable/linux.git] / drivers / mfd / tc6387xb.c
index 413c891102f867d32b3bd62b25bb02120fe0159e..ca18f262c34aaa6d9236807057a83a025293d1ac 100644 (file)
@@ -138,7 +138,7 @@ static struct mfd_cell tc6387xb_cells[] = {
        },
 };
 
-static int __devinit tc6387xb_probe(struct platform_device *dev)
+static int tc6387xb_probe(struct platform_device *dev)
 {
        struct tc6387xb_platform_data *pdata = dev->dev.platform_data;
        struct resource *iomem, *rscr;
@@ -229,7 +229,7 @@ static struct platform_driver tc6387xb_platform_driver = {
                .name           = "tc6387xb",
        },
        .probe          = tc6387xb_probe,
-       .remove         = __devexit_p(tc6387xb_remove),
+       .remove         = tc6387xb_remove,
        .suspend        = tc6387xb_suspend,
        .resume         = tc6387xb_resume,
 };
This page took 0.0241400000000001 seconds and 5 git commands to generate.