patch-2.1.78 linux/drivers/char/rocket.c

Next file: linux/drivers/isdn/hisax/isdnl1.h
Previous file: linux/drivers/char/pms.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.77/linux/drivers/char/rocket.c linux/drivers/char/rocket.c
@@ -637,7 +637,10 @@
 {
 	unsigned cflag;
 	unsigned long 	flags;
-	int	i, bits, baud;
+	int	bits, baud;
+#if (LINUX_VERSION_CODE < 131393) /* Linux 2.1.65 */
+	int i;
+#endif
 	CHANNEL_t	*cp;
 	
 	if (!info->tty || !info->tty->termios)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov