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 <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
Lars-Peter Clausen 2013-05-14 22:19:47 +02:00 committed by Mark Brown
parent e27e8a60cb
commit be87f75efe
1 changed files with 1 additions and 1 deletions

View File

@ -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,