Skip to content

Commit

Permalink
S3C64XX: Staticise platform data for PCM devices
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mark Brown committed Dec 4, 2009
1 parent 3482594 commit 43f0de8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/plat-s3c64xx/dev-audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};

Expand Down Expand Up @@ -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,
};

Expand Down

0 comments on commit 43f0de8

Please sign in to comment.