Small fix to let mpu401 module load, with 2.1.98

riffraff@kdi.com
Thu, 30 Apr 1998 17:15:09 -0500


Hello, this is just a small patch against 2.1.98 to keep the mpu401 module
from complaining about missing symbols when attempting to load it.

--- linux/drivers/sound/sound_syms.c.OLD Wed Apr 8 19:24:48 1998
+++ linux/drivers/sound/sound_syms.c Thu Apr 30 16:54:28 1998
@@ -26,6 +26,7 @@
EXPORT_SYMBOL(note_to_freq);
EXPORT_SYMBOL(compute_finetune);
EXPORT_SYMBOL(seq_copy_to_input);
+EXPORT_SYMBOL(seq_input_event);
EXPORT_SYMBOL(sequencer_init);
EXPORT_SYMBOL(sequencer_timer);

@@ -61,6 +62,7 @@
EXPORT_SYMBOL(sound_timer_init);
EXPORT_SYMBOL(sound_timer_interrupt);
EXPORT_SYMBOL(sound_timer_syncinterval);
+EXPORT_SYMBOL(sound_timer_devs);

/* Locking */
EXPORT_SYMBOL(sound_locker);

-- 
Shawn McHorse      |        The Musical World of Rocky Horror
riffraff@kdi.com   |   (Obscure Distorted Instruments and Imagery)
Austin RHPS Cast   |         <http://www.kdi.com/~riffraff/>

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu