Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232359
b: refs/heads/master
c: 75a9fa0
h: refs/heads/master
i:
  232357: 942ffee
  232355: 9393b8a
  232351: e905afc
v: v3
  • Loading branch information
Nobuhiro Iwamatsu authored and Paul Mundt committed Jan 25, 2011
1 parent ddc41ac commit 6eb2309
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: 8a5a778665efb3a5f16ebb6fbc13356907e45775
refs/heads/master: 75a9fa0a769a373bda0b0f49101f066618b7effb
6 changes: 3 additions & 3 deletions trunk/arch/sh/kernel/cpu/sh4/setup-sh7750.c
Original file line number Diff line number Diff line change
Expand Up @@ -230,10 +230,10 @@ static struct platform_device *sh7750_devices[] __initdata = {
static int __init sh7750_devices_setup(void)
{
if (mach_is_rts7751r2d()) {
platform_register_device(&scif_device);
platform_device_register(&scif_device);
} else {
platform_register_device(&sci_device);
platform_register_device(&scif_device);
platform_device_register(&sci_device);
platform_device_register(&scif_device);
}

return platform_add_devices(sh7750_devices,
Expand Down

0 comments on commit 6eb2309

Please sign in to comment.