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/audio_syms.c | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 sound/oss/audio_syms.c (limited to 'sound/oss/audio_syms.c') 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 @@ -/* - * Exported symbols for audio driver. - */ - -#include - -char audio_syms_symbol; - -#include "sound_config.h" -#include "sound_calls.h" - -EXPORT_SYMBOL(DMAbuf_start_dma); -EXPORT_SYMBOL(DMAbuf_inputintr); -EXPORT_SYMBOL(DMAbuf_outputintr); -- cgit v1.2.2