diff options
author | Adrian Bunk <bunk@stusta.de> | 2005-11-07 01:01:45 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-07 07:54:08 -0800 |
commit | 59fee5fa4162d567c2a3c48bb40f74b94952b545 (patch) | |
tree | f924c7bf8616d2a4d737dc0bfc7e46ca00adf40f /sound | |
parent | dfed04492f2459e47dcb290be6ed5a8bc37096d5 (diff) | |
download | linux-59fee5fa4162d567c2a3c48bb40f74b94952b545.tar.bz2 |
[PATCH] sound/oss/sequencer_syms: unexport reprogram_timer
This patch remoes an unneeded EXPORT_SYMBOL.
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/oss/sequencer_syms.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/oss/sequencer_syms.c b/sound/oss/sequencer_syms.c index 45edfd767e4e..5d008798c310 100644 --- a/sound/oss/sequencer_syms.c +++ b/sound/oss/sequencer_syms.c @@ -19,7 +19,6 @@ EXPORT_SYMBOL(sequencer_timer); EXPORT_SYMBOL(sound_timer_init); EXPORT_SYMBOL(sound_timer_interrupt); EXPORT_SYMBOL(sound_timer_syncinterval); -EXPORT_SYMBOL(reprogram_timer); /* Tuning */ |