Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 375745
b: refs/heads/master
c: c560ecf
h: refs/heads/master
i:
  375743: c87b830
v: v3
  • Loading branch information
Catalin Marinas committed May 14, 2013
1 parent a47825d commit 4cc412e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 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: 9c413e25d95fd3c0abe23eadad66191b22baa549
refs/heads/master: c560ecfe9617c629ad09b07edb7523c87b2c9619
12 changes: 3 additions & 9 deletions trunk/arch/arm64/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -282,12 +282,13 @@ void __init setup_arch(char **cmdline_p)
#endif
}

static int __init arm64_of_clk_init(void)
static int __init arm64_device_init(void)
{
of_clk_init(NULL);
of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL);
return 0;
}
arch_initcall(arm64_of_clk_init);
arch_initcall(arm64_device_init);

static DEFINE_PER_CPU(struct cpu, cpu_data);

Expand All @@ -305,13 +306,6 @@ static int __init topology_init(void)
}
subsys_initcall(topology_init);

static int __init arm64_device_probe(void)
{
of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL);
return 0;
}
device_initcall(arm64_device_probe);

static const char *hwcap_str[] = {
"fp",
"asimd",
Expand Down

0 comments on commit 4cc412e

Please sign in to comment.