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>

+2 -2
+2 -2
arch/arm/plat-s3c64xx/dev-audio.c
··· 118 118 }, 119 119 }; 120 120 121 - struct s3c_audio_pdata s3c_pcm0_pdata = { 121 + static struct s3c_audio_pdata s3c_pcm0_pdata = { 122 122 .cfg_gpio = s3c64xx_pcm_cfg_gpio, 123 123 }; 124 124 ··· 151 151 }, 152 152 }; 153 153 154 - struct s3c_audio_pdata s3c_pcm1_pdata = { 154 + static struct s3c_audio_pdata s3c_pcm1_pdata = { 155 155 .cfg_gpio = s3c64xx_pcm_cfg_gpio, 156 156 }; 157 157