watchdog: remove use of __devinit
[deliverable/linux.git] / drivers / watchdog / wm831x_wdt.c
index f9c54feb8f1a8aed5d36649d6bca7411ea1fbf33..170c82e9745491560c52e69934382c88915fa6c0 100644 (file)
@@ -181,7 +181,7 @@ static const struct watchdog_ops wm831x_wdt_ops = {
        .set_timeout = wm831x_wdt_set_timeout,
 };
 
-static int __devinit wm831x_wdt_probe(struct platform_device *pdev)
+static int wm831x_wdt_probe(struct platform_device *pdev)
 {
        struct wm831x *wm831x = dev_get_drvdata(pdev->dev.parent);
        struct wm831x_pdata *chip_pdata;
This page took 0.032864 seconds and 5 git commands to generate.