diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-09-13 05:52:17 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-09-16 19:39:00 -0400 |
commit | a851a2bb2d746ccdec0c7cc6ed1c9774921e721e (patch) | |
tree | 739aa1437e893fde298b9582122845a20f91779f /sound/soc/fsl/fsl_ssi.c | |
parent | 272b98c6455f00884f0350f775c5342358ebb73f (diff) |
ASoC: fsl_ssi: Staticize local symbols
Local symbols used only in this file are made static.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/fsl/fsl_ssi.c')
-rw-r--r-- | sound/soc/fsl/fsl_ssi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/fsl/fsl_ssi.c b/sound/soc/fsl/fsl_ssi.c index c6b743978d5e..4973be774956 100644 --- a/sound/soc/fsl/fsl_ssi.c +++ b/sound/soc/fsl/fsl_ssi.c | |||
@@ -748,7 +748,7 @@ static void fsl_ssi_ac97_init(void) | |||
748 | fsl_ssi_setup(fsl_ac97_data); | 748 | fsl_ssi_setup(fsl_ac97_data); |
749 | } | 749 | } |
750 | 750 | ||
751 | void fsl_ssi_ac97_write(struct snd_ac97 *ac97, unsigned short reg, | 751 | static void fsl_ssi_ac97_write(struct snd_ac97 *ac97, unsigned short reg, |
752 | unsigned short val) | 752 | unsigned short val) |
753 | { | 753 | { |
754 | struct ccsr_ssi *ssi = fsl_ac97_data->ssi; | 754 | struct ccsr_ssi *ssi = fsl_ac97_data->ssi; |
@@ -770,7 +770,7 @@ void fsl_ssi_ac97_write(struct snd_ac97 *ac97, unsigned short reg, | |||
770 | udelay(100); | 770 | udelay(100); |
771 | } | 771 | } |
772 | 772 | ||
773 | unsigned short fsl_ssi_ac97_read(struct snd_ac97 *ac97, | 773 | static unsigned short fsl_ssi_ac97_read(struct snd_ac97 *ac97, |
774 | unsigned short reg) | 774 | unsigned short reg) |
775 | { | 775 | { |
776 | struct ccsr_ssi *ssi = fsl_ac97_data->ssi; | 776 | struct ccsr_ssi *ssi = fsl_ac97_data->ssi; |