From: Lars-Peter Clausen Date: Tue, 14 May 2013 20:19:47 +0000 (+0200) Subject: ASoC: ep93xx-i2s: Staticize non exported struct X-Git-Tag: v3.11-rc4~4^2~3^2~1^2~25^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=be87f75efed8248d74c8ec56e997de989ecc963e;p=platform%2Fkernel%2Flinux-stable.git ASoC: ep93xx-i2s: Staticize non exported struct The ep93xx_i2s_dma_data struct is not used outside of ep93xx-i2s.c, so make it static. Signed-off-by: Lars-Peter Clausen Signed-off-by: Mark Brown --- diff --git a/sound/soc/cirrus/ep93xx-i2s.c b/sound/soc/cirrus/ep93xx-i2s.c index ef731e6..17ad70b 100644 --- a/sound/soc/cirrus/ep93xx-i2s.c +++ b/sound/soc/cirrus/ep93xx-i2s.c @@ -63,7 +63,7 @@ struct ep93xx_i2s_info { void __iomem *regs; }; -struct ep93xx_dma_data ep93xx_i2s_dma_data[] = { +static struct ep93xx_dma_data ep93xx_i2s_dma_data[] = { [SNDRV_PCM_STREAM_PLAYBACK] = { .name = "i2s-pcm-out", .port = EP93XX_DMA_I2S1,