Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 43f0de8d authored by Mark Brown's avatar Mark Brown
Browse files

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: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: default avatarBen Dooks <ben-linux@fluff.org>
parent 34825948
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@ static struct resource s3c64xx_pcm0_resource[] = {
	},
};

struct s3c_audio_pdata s3c_pcm0_pdata = {
static struct s3c_audio_pdata s3c_pcm0_pdata = {
	.cfg_gpio = s3c64xx_pcm_cfg_gpio,
};

@@ -151,7 +151,7 @@ static struct resource s3c64xx_pcm1_resource[] = {
	},
};

struct s3c_audio_pdata s3c_pcm1_pdata = {
static struct s3c_audio_pdata s3c_pcm1_pdata = {
	.cfg_gpio = s3c64xx_pcm_cfg_gpio,
};