watchdog: remove use of __devinit
[deliverable/linux.git] / drivers / watchdog / cpwd.c
index ed7f434bba79ad294a51b55ca39e2a742c219a28..731578b3b440e700a7d7d9702825777d586347dc 100644 (file)
@@ -528,7 +528,7 @@ static const struct file_operations cpwd_fops = {
        .llseek =               no_llseek,
 };
 
-static int __devinit cpwd_probe(struct platform_device *op)
+static int cpwd_probe(struct platform_device *op)
 {
        struct device_node *options;
        const char *str_prop;
This page took 0.025477 seconds and 5 git commands to generate.