[PATCH] n_r3964: fixed usage of HZ; removed bad include
authorKurt Huwig <k.huwig@iku-ag.de>
Sat, 24 Dec 2005 23:13:08 +0000 (00:13 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 24 Dec 2005 23:37:00 +0000 (15:37 -0800)
Fix n_r3964 timeouts (hardcoded for 100Hz)

Also the include of <asm/termios.h> in 'n_r3964.h' is unnecessary and
prevents using the header file in any application that has to include
<termios.h> due to duplicate definition of 'struct termio'.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>

No differences found