From 807845e3641d3dc4c41ec84c5e576250c7218abf Mon Sep 17 00:00:00 2001 From: Jie Yang Date: Mon, 27 Apr 2015 21:21:01 +0800 Subject: ALSA: jack: remove exporting ctljack functions snd_kctl_jack_new() and snd_kctl_jack_report() are internal only now so make them static. Signed-off-by: Jie Yang Signed-off-by: Takashi Iwai --- sound/core/ctljack.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sound/core/ctljack.c') diff --git a/sound/core/ctljack.c b/sound/core/ctljack.c index 6435e82cacf9..8f8d1033425c 100644 --- a/sound/core/ctljack.c +++ b/sound/core/ctljack.c @@ -74,7 +74,6 @@ snd_kctl_jack_new(const char *name, struct snd_card *card) kctl->private_value = 0; return kctl; } -EXPORT_SYMBOL_GPL(snd_kctl_jack_new); void snd_kctl_jack_report(struct snd_card *card, struct snd_kcontrol *kctl, bool status) @@ -84,4 +83,3 @@ void snd_kctl_jack_report(struct snd_card *card, kctl->private_value = status; snd_ctl_notify(card, SNDRV_CTL_EVENT_MASK_VALUE, &kctl->id); } -EXPORT_SYMBOL_GPL(snd_kctl_jack_report); -- cgit