]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ASoC: Staticise workqueue function for GPIO jack detection
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 6 Mar 2009 11:32:17 +0000 (11:32 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 6 Mar 2009 13:37:19 +0000 (13:37 +0000)
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/soc-jack.c

index bdf2484c222076ae65ab17b9322f75468860b16c..28346fb2e70c08033158920f4ae7a35032239762 100644 (file)
@@ -143,7 +143,7 @@ EXPORT_SYMBOL_GPL(snd_soc_jack_add_pins);
 
 #ifdef CONFIG_GPIOLIB
 /* gpio detect */
-void snd_soc_jack_gpio_detect(struct snd_soc_jack_gpio *gpio)
+static void snd_soc_jack_gpio_detect(struct snd_soc_jack_gpio *gpio)
 {
        struct snd_soc_jack *jack = gpio->jack;
        int enable;