diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-11-27 11:43:53 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-12-04 05:46:08 -0500 |
commit | 43f0de8d0298e624e6c3bf2185b6003a59b331bd (patch) | |
tree | 2b7878b9eb33c6c179524adf15a3ce19287611db /arch/arm/plat-s3c64xx | |
parent | 3482594802d80a595ca50b16d3a25bcc1eb480c8 (diff) |
S3C64XX: Staticise platform data for PCM devices
The symbols aren't declared and don't need to be exported, they go
along with the device structure.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c64xx')
-rw-r--r-- | arch/arm/plat-s3c64xx/dev-audio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/plat-s3c64xx/dev-audio.c b/arch/arm/plat-s3c64xx/dev-audio.c index 9e07344913d9..a21a88fbb7e3 100644 --- a/arch/arm/plat-s3c64xx/dev-audio.c +++ b/arch/arm/plat-s3c64xx/dev-audio.c | |||
@@ -118,7 +118,7 @@ static struct resource s3c64xx_pcm0_resource[] = { | |||
118 | }, | 118 | }, |
119 | }; | 119 | }; |
120 | 120 | ||
121 | struct s3c_audio_pdata s3c_pcm0_pdata = { | 121 | static struct s3c_audio_pdata s3c_pcm0_pdata = { |
122 | .cfg_gpio = s3c64xx_pcm_cfg_gpio, | 122 | .cfg_gpio = s3c64xx_pcm_cfg_gpio, |
123 | }; | 123 | }; |
124 | 124 | ||
@@ -151,7 +151,7 @@ static struct resource s3c64xx_pcm1_resource[] = { | |||
151 | }, | 151 | }, |
152 | }; | 152 | }; |
153 | 153 | ||
154 | struct s3c_audio_pdata s3c_pcm1_pdata = { | 154 | static struct s3c_audio_pdata s3c_pcm1_pdata = { |
155 | .cfg_gpio = s3c64xx_pcm_cfg_gpio, | 155 | .cfg_gpio = s3c64xx_pcm_cfg_gpio, |
156 | }; | 156 | }; |
157 | 157 | ||