X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=sound%2Foss%2Fmidibuf.c;h=a40be0cf1d97f42bf6a180312afbc10b15c7a5bc;hb=1321b160fa1cf63fa841d954fe31220366b6647a;hp=c0e4bbc22c80de093bca3f2eeab5be997cd87083;hpb=f30c2269544bffc7bf1b0d7c0abe5be1be83b8cb;p=powerpc.git diff --git a/sound/oss/midibuf.c b/sound/oss/midibuf.c index c0e4bbc22c..a40be0cf1d 100644 --- a/sound/oss/midibuf.c +++ b/sound/oss/midibuf.c @@ -414,18 +414,11 @@ unsigned int MIDIbuf_poll(int dev, struct file *file, poll_table * wait) } -void MIDIbuf_init(void) -{ - /* drag in midi_syms.o */ - { - extern char midi_syms_symbol; - midi_syms_symbol = 0; - } -} - int MIDIbuf_avail(int dev) { if (midi_in_buf[dev]) return DATA_AVAIL (midi_in_buf[dev]); return 0; } +EXPORT_SYMBOL(MIDIbuf_avail); +