watchdog: remove use of __devinit
[deliverable/linux.git] / drivers / watchdog / advantechwdt.c
index 9a74156f05eed6db63454bddf0eec69d119256fb..cc50c57a35758136dee8eb05aba4c36565e98e16 100644 (file)
@@ -238,7 +238,7 @@ static struct miscdevice advwdt_miscdev = {
  *     Init & exit routines
  */
 
-static int __devinit advwdt_probe(struct platform_device *dev)
+static int advwdt_probe(struct platform_device *dev)
 {
        int ret;
 
This page took 0.02725 seconds and 5 git commands to generate.