patch-2.4.0-test10 linux/drivers/sound/es1371.c
Next file: linux/drivers/sound/msnd_pinnacle.c
Previous file: linux/drivers/sound/es1370.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Fri Oct 27 10:55:01 2000
- Orig file:
v2.4.0-test9/linux/drivers/sound/es1371.c
- Orig date:
Sun Oct 8 10:50:26 2000
diff -u --recursive --new-file v2.4.0-test9/linux/drivers/sound/es1371.c linux/drivers/sound/es1371.c
@@ -82,7 +82,6 @@
* updated SRC and CODEC w/r functions to accomodate bugs
* in some versions of the ES137x chips.
* 31.08.1999 0.17 add spin_lock_init
- * __initlocaldata to fix gcc 2.7.x problems
* replaced current->state = x with set_current_state(x)
* 03.09.1999 0.18 change read semantics for MIDI to match
* OSS more closely; remove possible wakeup race
@@ -2949,7 +2948,7 @@
static int __init es1371_setup(char *str)
{
- static unsigned __initlocaldata nr_dev = 0;
+ static unsigned __initdata nr_dev = 0;
if (nr_dev >= NR_DEVICE)
return 0;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)