CVSROOT: /home/cvs
Module name: linux
Changes by: sjhill@ftp.linux-mips.org 05/01/09 05:59:27
Modified files:
drivers/char : sb1250_duart.c
Log message:
Export the 'sb1250_duart_present' symbol so that the Swarm CS4297a sound
driver can be compiled as a module.
diff -urN linux/drivers/char/sb1250_duart.c linux/drivers/char/sb1250_duart.c
--- linux/drivers/char/sb1250_duart.c 2005/01/07 14:50:19 1.29
+++ linux/drivers/char/sb1250_duart.c 2005/01/09 05:59:27 1.30
@@ -63,6 +63,7 @@
#define DUART_MAX_LINE 2
char sb1250_duart_present[DUART_MAX_LINE] = {1,1};
+EXPORT_SYMBOL(sb1250_duart_present);
/*
* Still not sure what the termios structures set up here are for,
|