make atheros wifi cards used on arcaydian 4519 ifxmips based boards work
[openwrt/svn-archive/archive.git] / target / linux / ifxmips / files / drivers / watchdog / ifxmips_wdt.c
index 1556a2324725029f6d164cbfcb0774a6cf4b553b..58e216148915896bee6d07e65896c0668b3aa236 100644 (file)
@@ -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);
 }