Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146624
b: refs/heads/master
c: 8fb2bae
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Apr 19, 2009
1 parent de07098 commit 9a4a211
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d9aed8b95f062b2f96e37b0e07373f36a6e7066d
refs/heads/master: 8fb2bae4b41eb64f6e233e9bd3f3a789fbb04a06
10 changes: 10 additions & 0 deletions trunk/arch/sh/kernel/cpu/sh4a/setup-sh7724.c
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,16 @@ static int __init sh7724_devices_setup(void)
}
device_initcall(sh7724_devices_setup);

static struct platform_device *sh7724_early_devices[] __initdata = {
&cmt_device,
};

void __init plat_early_device_setup(void)
{
early_platform_add_devices(sh7724_early_devices,
ARRAY_SIZE(sh7724_early_devices));
}

enum {
UNUSED = 0,

Expand Down

0 comments on commit 9a4a211

Please sign in to comment.