Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187408
b: refs/heads/master
c: 8dcdd6e
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown authored and Ben Dooks committed Jan 21, 2010
1 parent b663fad commit f2c2166
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1c24522c05f25b89cc4df5a875d8a005a774f570
refs/heads/master: 8dcdd6e6bb09ba1915668b45a0ee730e820d0de1
6 changes: 3 additions & 3 deletions trunk/arch/arm/plat-s3c64xx/dev-audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};

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

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

Expand Down

0 comments on commit f2c2166

Please sign in to comment.