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

Commit 8dcdd6e6 authored by Mark Brown's avatar Mark Brown Committed by Ben Dooks
Browse files

ARM: S3C64XX: Staticise audio platform data



It's not exported.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
parent 1c24522c
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -80,7 +80,7 @@ static struct resource s3c64xx_iis0_resource[] = {
	},
	},
};
};


struct s3c_audio_pdata s3c_i2s0_pdata = {
static struct s3c_audio_pdata s3c_i2s0_pdata = {
	.cfg_gpio = s3c64xx_i2sv3_cfg_gpio,
	.cfg_gpio = s3c64xx_i2sv3_cfg_gpio,
};
};


@@ -113,7 +113,7 @@ static struct resource s3c64xx_iis1_resource[] = {
	},
	},
};
};


struct s3c_audio_pdata s3c_i2s1_pdata = {
static struct s3c_audio_pdata s3c_i2s1_pdata = {
	.cfg_gpio = s3c64xx_i2sv3_cfg_gpio,
	.cfg_gpio = s3c64xx_i2sv3_cfg_gpio,
};
};


@@ -146,7 +146,7 @@ static struct resource s3c64xx_iisv4_resource[] = {
	},
	},
};
};


struct s3c_audio_pdata s3c_i2sv4_pdata = {
static struct s3c_audio_pdata s3c_i2sv4_pdata = {
	.cfg_gpio = s3c64xx_i2sv4_cfg_gpio,
	.cfg_gpio = s3c64xx_i2sv4_cfg_gpio,
};
};