watchdog: remove use of __devinit
[deliverable/linux.git] / drivers / watchdog / twl4030_wdt.c
index cf59a38478e0ef8bc4e4b451d485229b3a01083d..6dab509caf9457b15c137c406f4d5600e7b64998 100644 (file)
@@ -170,7 +170,7 @@ static const struct file_operations twl4030_wdt_fops = {
        .write          = twl4030_wdt_write_fop,
 };
 
-static int __devinit twl4030_wdt_probe(struct platform_device *pdev)
+static int twl4030_wdt_probe(struct platform_device *pdev)
 {
        int ret = 0;
        struct twl4030_wdt *wdt;
This page took 0.108831 seconds and 5 git commands to generate.