From: Dimitris Papastamos Date: Thu, 21 Oct 2010 11:15:56 +0000 (+0100) Subject: ASoC: max98088: Staticise m98088_eq_band X-Git-Tag: v2.6.37-rc1~82^2~8^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4428bc0990ba545e2ef0dea8ec1b90c256b22958;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git ASoC: max98088: Staticise m98088_eq_band This function is not exported and it does not seem to be called from anywhere else therefore it should be static. Signed-off-by: Dimitris Papastamos Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/max98088.c b/sound/soc/codecs/max98088.c index 4186b27..e7a40d1 100644 --- a/sound/soc/codecs/max98088.c +++ b/sound/soc/codecs/max98088.c @@ -613,7 +613,7 @@ static int max98088_volatile_register(unsigned int reg) /* * Load equalizer DSP coefficient configurations registers */ -void m98088_eq_band(struct snd_soc_codec *codec, unsigned int dai, +static void m98088_eq_band(struct snd_soc_codec *codec, unsigned int dai, unsigned int band, u16 *coefs) { unsigned int eq_reg;