watchdog: remove use of __devinit
[deliverable/linux.git] / drivers / watchdog / da9052_wdt.c
index 463e9e55b5604c0aa67cc2784dc036b4f1b8d750..93a31657029435efac76e1e2f297dbd1a39745fc 100644 (file)
@@ -179,7 +179,7 @@ static const struct watchdog_ops da9052_wdt_ops = {
 };
 
 
-static int __devinit da9052_wdt_probe(struct platform_device *pdev)
+static int da9052_wdt_probe(struct platform_device *pdev)
 {
        struct da9052 *da9052 = dev_get_drvdata(pdev->dev.parent);
        struct da9052_wdt_data *driver_data;
This page took 0.062837 seconds and 5 git commands to generate.