diff options
author | Magnus Damm <damm@opensource.se> | 2010-05-11 05:37:12 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-05-13 04:38:16 -0400 |
commit | 441c2440aba2efd8d0f48a5e3357deec92283d62 (patch) | |
tree | c5e4b5551125118c482c0c8da828808412c778d9 /arch/sh/include/asm/clock.h | |
parent | 67bbabbc8680f53c7b8780d991f655c5cbb88700 (diff) |
sh: remove unused clock lookup
Now when all clocks are registered using clkdev,
get rid of the special SH-specific clock lookup.
Also ditch the unused module ref counting code.
This patch syncs the SH behaviour with ARM.
Signed-off-by: Magnus Damm <damm@opensource.se>
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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/include/asm/clock.h b/arch/sh/include/asm/clock.h index f6b0bfd4e191..35d219616110 100644 --- a/arch/sh/include/asm/clock.h +++ b/arch/sh/include/asm/clock.h | |||
@@ -23,7 +23,6 @@ struct clk { | |||
23 | struct list_head node; | 23 | struct list_head node; |
24 | const char *name; | 24 | const char *name; |
25 | int id; | 25 | int id; |
26 | struct module *owner; | ||
27 | 26 | ||
28 | struct clk *parent; | 27 | struct clk *parent; |
29 | struct clk_ops *ops; | 28 | struct clk_ops *ops; |