Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 367240
b: refs/heads/master
c: de79a64
h: refs/heads/master
v: v3
  • Loading branch information
Catalin Marinas committed Mar 20, 2013
1 parent 7130d46 commit 07a7c0e
Show file tree
Hide file tree
Showing 2 changed files with 9 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: e53f2f4b570d85c7208dfc97de54db1296b88207
refs/heads/master: de79a64d61ed3f7ccec9f9661fab2f3e97256243
8 changes: 8 additions & 0 deletions trunk/arch/arm64/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
#include <linux/kexec.h>
#include <linux/crash_dump.h>
#include <linux/root_dev.h>
#include <linux/clk-provider.h>
#include <linux/cpu.h>
#include <linux/interrupt.h>
#include <linux/smp.h>
Expand Down Expand Up @@ -277,6 +278,13 @@ void __init setup_arch(char **cmdline_p)
#endif
}

static int __init arm64_of_clk_init(void)
{
of_clk_init(NULL);
return 0;
}
arch_initcall(arm64_of_clk_init);

static DEFINE_PER_CPU(struct cpu, cpu_data);

static int __init topology_init(void)
Expand Down

0 comments on commit 07a7c0e

Please sign in to comment.