From: Mark Brown Date: Fri, 6 Mar 2009 11:32:17 +0000 (+0000) Subject: ASoC: Staticise workqueue function for GPIO jack detection X-Git-Tag: v2.6.30-rc1~8^2~53 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=26bd7b496cabc232fcff9ae0249828420c52b5af;p=~emulex%2Finfiniband.git ASoC: Staticise workqueue function for GPIO jack detection Signed-off-by: Mark Brown --- diff --git a/sound/soc/soc-jack.c b/sound/soc/soc-jack.c index bdf2484c222..28346fb2e70 100644 --- a/sound/soc/soc-jack.c +++ b/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;