1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

amazon: update amazon target to kernel 3.3

This is just compile tested, my device is currently not working.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31706 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
hauke
2012-05-13 15:10:40 +00:00
parent 4e0a145cae
commit c8c0045b91
18 changed files with 71 additions and 78 deletions

View 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);