summaryrefslogtreecommitdiff
path: root/target/linux/amazon/files/drivers/watchdog/amazon_wdt.c
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2012-05-13 15:10:40 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2012-05-13 15:10:40 +0000
commitabd74f86b459f4ac684de4a0f1bf6552d14b105a (patch)
tree5e6a8d954a21071671d2dc346bc97c6bb0d8ec3c /target/linux/amazon/files/drivers/watchdog/amazon_wdt.c
parent2803206c500fd09cbcb926e9cba7b19b5ae0d9f2 (diff)
downloadmtk-20170518-abd74f86b459f4ac684de4a0f1bf6552d14b105a.zip
mtk-20170518-abd74f86b459f4ac684de4a0f1bf6552d14b105a.tar.gz
mtk-20170518-abd74f86b459f4ac684de4a0f1bf6552d14b105a.tar.bz2
amazon: update amazon target to kernel 3.3
This is just compile tested, my device is currently not working. SVN-Revision: 31706
Diffstat (limited to 'target/linux/amazon/files/drivers/watchdog/amazon_wdt.c')
-rw-r--r--target/linux/amazon/files/drivers/watchdog/amazon_wdt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/amazon/files/drivers/watchdog/amazon_wdt.c b/target/linux/amazon/files/drivers/watchdog/amazon_wdt.c
index 89f1e22..b18296b 100644
--- a/target/linux/amazon/files/drivers/watchdog/amazon_wdt.c
+++ b/target/linux/amazon/files/drivers/watchdog/amazon_wdt.c
@@ -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);