diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-03-08 21:45:19 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-03-09 11:57:17 +0900 |
commit | 51a5006afcd13176276f0935ee57c4cc6f210e83 (patch) | |
tree | a5842fabed2ac33ac5b807d5764687babf5787d3 /arch/sh/include/asm/clock.h | |
parent | 40d1f0048289b1baed859baee06878417fae540e (diff) |
sh: Merge clkdev API updates.
This rolls in the remainder of the clkdev API bits from the ARM tree.
This can more or less be used verbatim, so we just copy it over and nuke
our local version.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/asm/clock.h')
-rw-r--r-- | arch/sh/include/asm/clock.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/sh/include/asm/clock.h b/arch/sh/include/asm/clock.h index 11da4c5beb6..4b19179230f 100644 --- a/arch/sh/include/asm/clock.h +++ b/arch/sh/include/asm/clock.h @@ -45,13 +45,6 @@ struct clk { struct cpufreq_frequency_table *freq_table; }; -struct clk_lookup { - struct list_head node; - const char *dev_id; - const char *con_id; - struct clk *clk; -}; - #define CLK_ENABLE_ON_INIT (1 << 0) /* Should be defined by processor-specific code */ |