diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-03-06 06:32:17 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-03-06 08:37:19 -0500 |
commit | 26bd7b496cabc232fcff9ae0249828420c52b5af (patch) | |
tree | d85ae94fea897a5fa6bd8501addc7f330f0f367b /sound/soc | |
parent | 67a9c573b5bf39bc6b40c322c58640687c1b79fe (diff) |
ASoC: Staticise workqueue function for GPIO jack detection
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/soc-jack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/soc-jack.c b/sound/soc/soc-jack.c index bdf2484c2220..28346fb2e70c 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); | |||
143 | 143 | ||
144 | #ifdef CONFIG_GPIOLIB | 144 | #ifdef CONFIG_GPIOLIB |
145 | /* gpio detect */ | 145 | /* gpio detect */ |
146 | void snd_soc_jack_gpio_detect(struct snd_soc_jack_gpio *gpio) | 146 | static void snd_soc_jack_gpio_detect(struct snd_soc_jack_gpio *gpio) |
147 | { | 147 | { |
148 | struct snd_soc_jack *jack = gpio->jack; | 148 | struct snd_soc_jack *jack = gpio->jack; |
149 | int enable; | 149 | int enable; |