From ece7f77b86e53bfe14699fdbcb0f03fdad0a01d6 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Wed, 4 Oct 2006 02:17:31 -0700 Subject: [PATCH] kill sound/oss/*_syms.c Move all EXPORT_SYMBOL's from sound/oss/*_syms.c to the files with the actual functions. Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- sound/oss/sound_calls.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sound/oss/sound_calls.h') diff --git a/sound/oss/sound_calls.h b/sound/oss/sound_calls.h index cd335ba81450..87d8ad4a0340 100644 --- a/sound/oss/sound_calls.h +++ b/sound/oss/sound_calls.h @@ -71,7 +71,6 @@ unsigned int MIDIbuf_poll(int dev, struct file *file, poll_table * wait); int MIDIbuf_avail(int dev); void MIDIbuf_bytes_received(int dev, unsigned char *buf, int count); -void MIDIbuf_init(void); /* From soundcard.c */ -- cgit v1.2.3-59-g8ed1b