patch-2.4.13 linux/drivers/s390/char/tuball.c

Next file: linux/drivers/s390/char/tubtty.c
Previous file: linux/drivers/s390/char/tapechar.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.12/linux/drivers/s390/char/tuball.c linux/drivers/s390/char/tuball.c
@@ -93,8 +93,8 @@
 	NULL			/* next */
 };
 
-bcb_t tub3270_con_bcb;			/* Buffer that receives con writes */
-spinlock_t tub3270_con_bcblock;		/* Lock for the buffer */
+static bcb_t tub3270_con_bcb;		/* Buffer that receives con writes */
+static spinlock_t tub3270_con_bcblock;	/* Lock for the buffer */
 int tub3270_con_irq = -1;		/* set nonneg by _activate() */
 tub_t *tub3270_con_tubp;		/* set nonzero by _activate() */
 struct tty_driver tty3270_con_driver;	/* for /dev/console at 4, 64 */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)