patch-2.4.10 linux/drivers/char/serial_amba.c

Next file: linux/drivers/char/serial_tx3912.c
Previous file: linux/drivers/char/serial_21285.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.9/linux/drivers/char/serial_amba.c linux/drivers/char/serial_amba.c
@@ -1881,7 +1881,7 @@
  *	Print a string to the serial port trying not to disturb
  *	any possible real use of the port...
  *
- *	The console_lock must be held when we get here.
+ *	The console must be locked when we get here.
  */
 static void ambauart_console_write(struct console *co, const char *s, u_int count)
 {
@@ -2027,3 +2027,6 @@
 }
 
 #endif /* CONFIG_SERIAL_AMBA_CONSOLE */
+
+MODULE_LICENSE("GPL");
+EXPORT_NO_SYMBOLS;

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