diff options
Diffstat (limited to 'sound/oss/audio_syms.c')
-rw-r--r-- | sound/oss/audio_syms.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sound/oss/audio_syms.c b/sound/oss/audio_syms.c deleted file mode 100644 index 3919e4d6b3f3..000000000000 --- a/sound/oss/audio_syms.c +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | /* | ||
2 | * Exported symbols for audio driver. | ||
3 | */ | ||
4 | |||
5 | #include <linux/module.h> | ||
6 | |||
7 | char audio_syms_symbol; | ||
8 | |||
9 | #include "sound_config.h" | ||
10 | #include "sound_calls.h" | ||
11 | |||
12 | EXPORT_SYMBOL(DMAbuf_start_dma); | ||
13 | EXPORT_SYMBOL(DMAbuf_inputintr); | ||
14 | EXPORT_SYMBOL(DMAbuf_outputintr); | ||