diff options
author | Magnus Damm <damm@opensource.se> | 2012-02-29 22:17:16 +0900 |
---|---|---|
committer | Rafael J. Wysocki <rjw@sisk.pl> | 2012-03-12 22:19:10 +0100 |
commit | d6ef333b628d65ac961b64432c365daf5a683736 (patch) | |
tree | ec8845426416b7a4c06432661ad002534b65ce28 | |
parent | ae8d1949022d377da45bbe4410c53ad4aaf9865e (diff) | |
download | linux-d6ef333b628d65ac961b64432c365daf5a683736.tar.bz2 |
sh: sh header sh_clk_ops rename
Convert the sh include asm/clock.h to use sh_clk_ops.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
-rw-r--r-- | arch/sh/include/asm/clock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/include/asm/clock.h b/arch/sh/include/asm/clock.h index 803d4c7f09dc..0390a07e7e3b 100644 --- a/arch/sh/include/asm/clock.h +++ b/arch/sh/include/asm/clock.h @@ -4,7 +4,7 @@ #include <linux/sh_clk.h> /* Should be defined by processor-specific code */ -void __deprecated arch_init_clk_ops(struct clk_ops **, int type); +void __deprecated arch_init_clk_ops(struct sh_clk_ops **, int type); int __init arch_clk_init(void); /* arch/sh/kernel/cpu/clock-cpg.c */ |