diff options
author | John Crispin <john@openwrt.org> | 2008-07-06 00:59:48 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2008-07-06 00:59:48 +0000 |
commit | 9e6c38917c9b612bc46a6a94ee406151193641a6 (patch) | |
tree | c514352597d2596a465e53e7d6dd43f4b6daeedc /target/linux/ifxmips/files/drivers | |
parent | 9be32c744bbbe93bb5f2697129b91d80f9d818ca (diff) | |
download | upstream-9e6c38917c9b612bc46a6a94ee406151193641a6.tar.gz upstream-9e6c38917c9b612bc46a6a94ee406151193641a6.tar.bz2 upstream-9e6c38917c9b612bc46a6a94ee406151193641a6.zip |
make atheros wifi cards used on arcaydian 4519 ifxmips based boards work
SVN-Revision: 11676
Diffstat (limited to 'target/linux/ifxmips/files/drivers')
-rw-r--r-- | target/linux/ifxmips/files/drivers/watchdog/ifxmips_wdt.c | 1 |
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); } |