Преглед изворни кода

ASoC: Staticise workqueue function for GPIO jack detection

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Mark Brown пре 16 година
родитељ
комит
26bd7b496c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      sound/soc/soc-jack.c

+ 1 - 1
sound/soc/soc-jack.c

@@ -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;