summaryrefslogtreecommitdiffstats
path: root/maemo/alsa-dsp.c
diff options
context:
space:
mode:
Diffstat (limited to 'maemo/alsa-dsp.c')
-rw-r--r--maemo/alsa-dsp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/maemo/alsa-dsp.c b/maemo/alsa-dsp.c
index ff5d273..414dbdb 100644
--- a/maemo/alsa-dsp.c
+++ b/maemo/alsa-dsp.c
@@ -745,9 +745,9 @@ SND_PCM_PLUGIN_DEFINE_FUNC(alsa_dsp)
}
-void alsa_dsp_descructor(void) __attribute__ ((destructor));
+static void alsa_dsp_descructor(void) __attribute__ ((destructor));
-void alsa_dsp_descructor(void)
+static void alsa_dsp_descructor(void)
{
DENTER();
DPRINT("alsa dsp destructor\n");