diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-10-04 05:17:31 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-04 10:55:32 -0400 |
commit | ece7f77b86e53bfe14699fdbcb0f03fdad0a01d6 (patch) | |
tree | 7ec7687dadcd6e45d75c8251257eaadae00f6273 /sound/oss/sequencer_syms.c | |
parent | d56b9b9c464a10ab1ee51a4c6190a2b57b8ef7a6 (diff) |
[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 <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'sound/oss/sequencer_syms.c')
-rw-r--r-- | sound/oss/sequencer_syms.c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/sound/oss/sequencer_syms.c b/sound/oss/sequencer_syms.c deleted file mode 100644 index 118525638bd3..000000000000 --- a/sound/oss/sequencer_syms.c +++ /dev/null | |||
@@ -1,22 +0,0 @@ | |||
1 | /* | ||
2 | * Exported symbols for sequencer driver. | ||
3 | */ | ||
4 | |||
5 | #include <linux/module.h> | ||
6 | |||
7 | char sequencer_syms_symbol; | ||
8 | |||
9 | #include "sound_config.h" | ||
10 | #include "sound_calls.h" | ||
11 | |||
12 | EXPORT_SYMBOL(note_to_freq); | ||
13 | EXPORT_SYMBOL(compute_finetune); | ||
14 | EXPORT_SYMBOL(seq_copy_to_input); | ||
15 | EXPORT_SYMBOL(seq_input_event); | ||
16 | EXPORT_SYMBOL(sequencer_init); | ||
17 | EXPORT_SYMBOL(sequencer_timer); | ||
18 | |||
19 | EXPORT_SYMBOL(sound_timer_init); | ||
20 | EXPORT_SYMBOL(sound_timer_interrupt); | ||
21 | EXPORT_SYMBOL(sound_timer_syncinterval); | ||
22 | |||