The symbols aren't declared and don't need to be exported, they go
along with the device structure.
Signed-off-by: Mark Brown <[email protected]>
Acked-by: Ben Dooks <[email protected]>
},
};
-struct s3c_audio_pdata s3c_pcm0_pdata = {
+static struct s3c_audio_pdata s3c_pcm0_pdata = {
.cfg_gpio = s3c64xx_pcm_cfg_gpio,
};
},
};
-struct s3c_audio_pdata s3c_pcm1_pdata = {
+static struct s3c_audio_pdata s3c_pcm1_pdata = {
.cfg_gpio = s3c64xx_pcm_cfg_gpio,
};