From: Mark Brown Date: Wed, 4 Jul 2012 18:04:11 +0000 (+0100) Subject: ASoC: dwc: Staticise non-exported i2s_start() X-Git-Tag: v3.6-rc1~17^2~11^2~33 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=1520ffd218f4aa53bc7652c0f6454da3cb428337;p=linux-2.6-block.git ASoC: dwc: Staticise non-exported i2s_start() Signed-off-by: Mark Brown --- diff --git a/sound/soc/dwc/designware_i2s.c b/sound/soc/dwc/designware_i2s.c index 1bd042b15aef..1aa51300c564 100644 --- a/sound/soc/dwc/designware_i2s.c +++ b/sound/soc/dwc/designware_i2s.c @@ -107,7 +107,8 @@ static inline void i2s_clear_irqs(struct dw_i2s_dev *dev, u32 stream) } } -void i2s_start(struct dw_i2s_dev *dev, struct snd_pcm_substream *substream) +static void i2s_start(struct dw_i2s_dev *dev, + struct snd_pcm_substream *substream) { i2s_write_reg(dev->i2s_base, IER, 1);