Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145161
b: refs/heads/master
c: a8af6de
h: refs/heads/master
i:
  145159: 86bb406
v: v3
  • Loading branch information
Ben Dooks committed May 15, 2009
1 parent bf5b275 commit 9c04e39
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 871fcd7cf791b853ae044f813db94caefbf66725
refs/heads/master: a8af6de00fafed316fea8f39d87c7e8e19ec1ea0
3 changes: 1 addition & 2 deletions trunk/arch/arm/mach-s3c2410/mach-bast.c
Original file line number Diff line number Diff line change
Expand Up @@ -588,8 +588,6 @@ static void __init bast_map_io(void)

s3c_device_nand.dev.platform_data = &bast_nand_info;

s3c_i2c0_set_platdata(&bast_i2c_info);

s3c24xx_init_io(bast_iodesc, ARRAY_SIZE(bast_iodesc));
s3c24xx_init_clocks(0);
s3c24xx_init_uarts(bast_uartcfgs, ARRAY_SIZE(bast_uartcfgs));
Expand All @@ -602,6 +600,7 @@ static void __init bast_init(void)
sysdev_class_register(&bast_pm_sysclass);
sysdev_register(&bast_pm_sysdev);

s3c_i2c0_set_platdata(&bast_i2c_info);
s3c24xx_fb_set_platdata(&bast_fb_info);
platform_add_devices(bast_devices, ARRAY_SIZE(bast_devices));

Expand Down

0 comments on commit 9c04e39

Please sign in to comment.