diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2012-05-13 15:10:40 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2012-05-13 15:10:40 +0000 |
commit | abd74f86b459f4ac684de4a0f1bf6552d14b105a (patch) | |
tree | 5e6a8d954a21071671d2dc346bc97c6bb0d8ec3c /target/linux/amazon/files/drivers/watchdog | |
parent | 2803206c500fd09cbcb926e9cba7b19b5ae0d9f2 (diff) | |
download | upstream-abd74f86b459f4ac684de4a0f1bf6552d14b105a.tar.gz upstream-abd74f86b459f4ac684de4a0f1bf6552d14b105a.tar.bz2 upstream-abd74f86b459f4ac684de4a0f1bf6552d14b105a.zip |
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')
-rw-r--r-- | target/linux/amazon/files/drivers/watchdog/amazon_wdt.c | 2 |
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 89f1e2281c..b18296b794 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); |