aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ifxmips/files/drivers/watchdog/ifxmips_wdt.c
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2008-07-06 00:59:48 +0000
committerJohn Crispin <blogic@openwrt.org>2008-07-06 00:59:48 +0000
commit820404c8465b76d856531803e2e1d620483e4612 (patch)
tree4a1ff1667e0a585c2dc0e14ed2d0ec0c06ede52a /target/linux/ifxmips/files/drivers/watchdog/ifxmips_wdt.c
parent1397e70e2f8acdcfa41d6a159dd24fc00a19578a (diff)
downloadmaster-187ad058-820404c8465b76d856531803e2e1d620483e4612.tar.gz
master-187ad058-820404c8465b76d856531803e2e1d620483e4612.tar.bz2
master-187ad058-820404c8465b76d856531803e2e1d620483e4612.zip
make atheros wifi cards used on arcaydian 4519 ifxmips based boards work
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11676 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ifxmips/files/drivers/watchdog/ifxmips_wdt.c')
-rw-r--r--target/linux/ifxmips/files/drivers/watchdog/ifxmips_wdt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ifxmips/files/drivers/watchdog/ifxmips_wdt.c b/target/linux/ifxmips/files/drivers/watchdog/ifxmips_wdt.c
index 1556a23247..58e2161489 100644
--- a/target/linux/ifxmips/files/drivers/watchdog/ifxmips_wdt.c
+++ b/target/linux/ifxmips/files/drivers/watchdog/ifxmips_wdt.c
@@ -122,7 +122,6 @@ static int
ifxmips_wdt_open(struct inode *inode, struct file *file)
{
ifxmips_wdt_enable(wdt_timeout);
- printk("ifxmips_wdt: activated");
return nonseekable_open(inode, file);
}