amazon: update amazon target to kernel 3.3
[openwrt/svn-archive/archive.git] / target / linux / amazon / files / drivers / watchdog / amazon_wdt.c
index 89f1e2281c2d4d1f4ab8cdbebbbf49b897284b68..b18296b794ed4d6ac62d43e45a9102e1023f6018 100644 (file)
@@ -215,7 +215,7 @@ static struct file_operations wdt_fops = {
        release:        wdt_release,    
 };
 
-static int __init amazon_wdt_probe(struct platform_device *dev)
+static int amazon_wdt_probe(struct platform_device *dev)
 {
        int result = result = register_chrdev(0, "watchdog", &wdt_fops);