diff options
Diffstat (limited to 'sound/core/sound.c')
-rw-r--r-- | sound/core/sound.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/core/sound.c b/sound/core/sound.c index 175f9e4e01c8..b30f027eb0fe 100644 --- a/sound/core/sound.c +++ b/sound/core/sound.c | |||
@@ -74,7 +74,6 @@ void snd_request_card(int card) | |||
74 | return; | 74 | return; |
75 | request_module("snd-card-%i", card); | 75 | request_module("snd-card-%i", card); |
76 | } | 76 | } |
77 | |||
78 | EXPORT_SYMBOL(snd_request_card); | 77 | EXPORT_SYMBOL(snd_request_card); |
79 | 78 | ||
80 | static void snd_request_other(int minor) | 79 | static void snd_request_other(int minor) |
@@ -124,7 +123,6 @@ void *snd_lookup_minor_data(unsigned int minor, int type) | |||
124 | mutex_unlock(&sound_mutex); | 123 | mutex_unlock(&sound_mutex); |
125 | return private_data; | 124 | return private_data; |
126 | } | 125 | } |
127 | |||
128 | EXPORT_SYMBOL(snd_lookup_minor_data); | 126 | EXPORT_SYMBOL(snd_lookup_minor_data); |
129 | 127 | ||
130 | #ifdef CONFIG_MODULES | 128 | #ifdef CONFIG_MODULES |