linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] S3C64XX: Staticise audio platform data
@ 2010-01-20 13:06 Mark Brown
  2010-01-20 13:06 ` [PATCH 2/2] SAMSUNG: Staticise gpiolib implementation functions Mark Brown
  2010-01-21  1:45 ` [PATCH 1/2] S3C64XX: Staticise audio platform data Ben Dooks
  0 siblings, 2 replies; 4+ messages in thread
From: Mark Brown @ 2010-01-20 13:06 UTC (permalink / raw)
  To: linux-arm-kernel

It's not exported.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
 arch/arm/plat-s3c64xx/dev-audio.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm/plat-s3c64xx/dev-audio.c b/arch/arm/plat-s3c64xx/dev-audio.c
index 5b89344..f6b7bfb 100644
--- a/arch/arm/plat-s3c64xx/dev-audio.c
+++ b/arch/arm/plat-s3c64xx/dev-audio.c
@@ -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,
 };
 
@@ -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,
 };
 
@@ -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,
 };
 
-- 
1.6.6

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-01-21 10:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-20 13:06 [PATCH 1/2] S3C64XX: Staticise audio platform data Mark Brown
2010-01-20 13:06 ` [PATCH 2/2] SAMSUNG: Staticise gpiolib implementation functions Mark Brown
2010-01-21  1:45 ` [PATCH 1/2] S3C64XX: Staticise audio platform data Ben Dooks
2010-01-21 10:11   ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).