diff options
author | Yoshinori Sato <ysato@users.sourceforge.jp> | 2015-11-04 02:10:09 +0900 |
---|---|---|
committer | Yoshinori Sato <ysato@users.sourceforge.jp> | 2015-11-12 12:18:25 +0900 |
commit | f639eeb4a60ce39f154753e3a745bd755e0fe084 (patch) | |
tree | 5755dc43f49f7724916764034dc583aed25484c1 /arch/h8300/kernel | |
parent | 3bc27cdfe989906fb025204c68a6f85b07b3a192 (diff) | |
download | blackbird-op-linux-f639eeb4a60ce39f154753e3a745bd755e0fe084.tar.gz blackbird-op-linux-f639eeb4a60ce39f154753e3a745bd755e0fe084.zip |
h8300: enable CLKSRC_OF
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Diffstat (limited to 'arch/h8300/kernel')
-rw-r--r-- | arch/h8300/kernel/setup.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/h8300/kernel/setup.c b/arch/h8300/kernel/setup.c index 0fd1fe65c0b8..c772abe6d19c 100644 --- a/arch/h8300/kernel/setup.c +++ b/arch/h8300/kernel/setup.c @@ -29,6 +29,7 @@ #include <linux/clk-provider.h> #include <linux/memblock.h> #include <linux/screen_info.h> +#include <linux/clocksource.h> #include <asm/setup.h> #include <asm/irq.h> @@ -252,4 +253,5 @@ void __init calibrate_delay(void) void __init time_init(void) { of_clk_init(NULL); + clocksource_probe(); } |