Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172539
b: refs/heads/master
c: 7bcb7ed
h: refs/heads/master
i:
  172537: dc26260
  172535: aca9253
v: v3
  • Loading branch information
Ben Dooks committed Dec 1, 2009
1 parent cb6053e commit 81a3ebe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 372359eca4569f9321c820d6e5259e19eb4e63ad
refs/heads/master: 7bcb7eda99f1091055d547aee1a1d8e65b59c592
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-s3c2410/mach-n30.c
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ static struct platform_device *n35_devices[] __initdata = {
&n35_button_device,
};

static struct s3c2410_platform_i2c n30_i2ccfg = {
static struct s3c2410_platform_i2c __initdata n30_i2ccfg = {
.flags = 0,
.slave_addr = 0x10,
.frequency = 10*1000,
Expand Down Expand Up @@ -500,8 +500,8 @@ static void __init n30_init_irq(void)
static void __init n30_init(void)
{
s3c24xx_fb_set_platdata(&n30_fb_info);
s3c_device_i2c0.dev.platform_data = &n30_i2ccfg;
s3c24xx_udc_set_platdata(&n30_udc_cfg);
s3c_i2c0_set_platdata(&n30_i2ccfg);

/* Turn off suspend on both USB ports, and switch the
* selectable USB port to USB device mode. */
Expand Down

0 comments on commit 81a3ebe

Please sign in to comment.