diff options
author | Nobuhiro Iwamatsu | 2012-08-21 14:37:34 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu | 2012-08-21 15:00:34 +0900 |
commit | 31d4fe8d405c4b9e27f7eca6c6710092ba14b49d (patch) | |
tree | f197060ca6a8924e3914b40cf3706aed84ae6f3d /arch/sh/lib | |
parent | d4430426b6d135d6d3fc550be660055793185e0d (diff) |
sh: tmu: Removed arch/sh/include/asm/clk.h
asm/clk.h was included get_peripheral_clk_rate function. But this
is not used from anywhere.
This removed asm/clk.h, and deleted include line from arch/sh/lib/time.c
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch/sh/lib')
-rw-r--r-- | arch/sh/lib/time.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/lib/time.c b/arch/sh/lib/time.c index 00230c32980..2cc61ddcbb5 100644 --- a/arch/sh/lib/time.c +++ b/arch/sh/lib/time.c @@ -30,7 +30,6 @@ #include <common.h> #include <div64.h> #include <asm/processor.h> -#include <asm/clk.h> #include <asm/io.h> #include <sh_tmu.h> |