diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-01-20 08:06:04 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-01-20 23:55:15 -0500 |
commit | 8dcdd6e6bb09ba1915668b45a0ee730e820d0de1 (patch) | |
tree | 252db681b8557e4ad7c13349a067773b3ac06dd0 /arch/arm/plat-s3c64xx | |
parent | 1c24522c05f25b89cc4df5a875d8a005a774f570 (diff) |
ARM: S3C64XX: Staticise audio platform data
It's not exported.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c64xx')
-rw-r--r-- | arch/arm/plat-s3c64xx/dev-audio.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/plat-s3c64xx/dev-audio.c b/arch/arm/plat-s3c64xx/dev-audio.c index 5b89344779f0..f6b7bfb519d7 100644 --- a/arch/arm/plat-s3c64xx/dev-audio.c +++ b/arch/arm/plat-s3c64xx/dev-audio.c | |||
@@ -80,7 +80,7 @@ static struct resource s3c64xx_iis0_resource[] = { | |||
80 | }, | 80 | }, |
81 | }; | 81 | }; |
82 | 82 | ||
83 | struct s3c_audio_pdata s3c_i2s0_pdata = { | 83 | static struct s3c_audio_pdata s3c_i2s0_pdata = { |
84 | .cfg_gpio = s3c64xx_i2sv3_cfg_gpio, | 84 | .cfg_gpio = s3c64xx_i2sv3_cfg_gpio, |
85 | }; | 85 | }; |
86 | 86 | ||
@@ -113,7 +113,7 @@ static struct resource s3c64xx_iis1_resource[] = { | |||
113 | }, | 113 | }, |
114 | }; | 114 | }; |
115 | 115 | ||
116 | struct s3c_audio_pdata s3c_i2s1_pdata = { | 116 | static struct s3c_audio_pdata s3c_i2s1_pdata = { |
117 | .cfg_gpio = s3c64xx_i2sv3_cfg_gpio, | 117 | .cfg_gpio = s3c64xx_i2sv3_cfg_gpio, |
118 | }; | 118 | }; |
119 | 119 | ||
@@ -146,7 +146,7 @@ static struct resource s3c64xx_iisv4_resource[] = { | |||
146 | }, | 146 | }, |
147 | }; | 147 | }; |
148 | 148 | ||
149 | struct s3c_audio_pdata s3c_i2sv4_pdata = { | 149 | static struct s3c_audio_pdata s3c_i2sv4_pdata = { |
150 | .cfg_gpio = s3c64xx_i2sv4_cfg_gpio, | 150 | .cfg_gpio = s3c64xx_i2sv4_cfg_gpio, |
151 | }; | 151 | }; |
152 | 152 | ||