summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/cpu/clock-cpg.c
diff options
context:
space:
mode:
authorKuninori Morimoto2011-07-06 04:54:11 +0200
committerPaul Mundt2011-07-11 08:07:25 +0200
commit1522043bf73ef0e9e61dc512a0f3cdbec1cbf89f (patch)
treed8526df84637a6ed43a00782d313b55e4a50031c /arch/sh/kernel/cpu/clock-cpg.c
parentsh: clock-shx3: add CLKDEV_ICK_ID for cleanup (diff)
downloadkernel-qcow2-linux-1522043bf73ef0e9e61dc512a0f3cdbec1cbf89f.tar.gz
kernel-qcow2-linux-1522043bf73ef0e9e61dc512a0f3cdbec1cbf89f.tar.xz
kernel-qcow2-linux-1522043bf73ef0e9e61dc512a0f3cdbec1cbf89f.zip
sh: move CLKDEV_xxx_ID macro to sh_clk.h
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/cpu/clock-cpg.c')
-rw-r--r--arch/sh/kernel/cpu/clock-cpg.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sh/kernel/cpu/clock-cpg.c b/arch/sh/kernel/cpu/clock-cpg.c
index 8f63a264a842..f59b1f30d44b 100644
--- a/arch/sh/kernel/cpu/clock-cpg.c
+++ b/arch/sh/kernel/cpu/clock-cpg.c
@@ -35,8 +35,6 @@ static struct clk *onchip_clocks[] = {
&cpu_clk,
};
-#define CLKDEV_CON_ID(_id, _clk) { .con_id = _id, .clk = _clk }
-
static struct clk_lookup lookups[] = {
/* main clocks */
CLKDEV_CON_ID("master_clk", &master_clk),