diff options
author | Magnus Damm <damm@opensource.se> | 2012-02-29 13:41:30 +0100 |
---|---|---|
committer | Rafael J. Wysocki <rjw@sisk.pl> | 2012-03-12 22:19:43 +0100 |
commit | 6b6a4c067cefe04eb0a0e7d1cace16ae727c6295 (patch) | |
tree | 73023dbbde650a4640738a5946384fafa070288a /arch/arm/mach-shmobile/clock.c | |
parent | ARM: mach-shmobile: r8a7779 L2 cache support (diff) | |
download | linux-6b6a4c067cefe04eb0a0e7d1cace16ae727c6295.tar.xz linux-6b6a4c067cefe04eb0a0e7d1cace16ae727c6295.zip |
ARM: mach-shmobile: rename clk_init() to shmobile_clk_init()
Rename clk_init() to shmobile_clk_init() to avoid a potential
future name space collision with the common clock framework.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Diffstat (limited to 'arch/arm/mach-shmobile/clock.c')
-rw-r--r-- | arch/arm/mach-shmobile/clock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/clock.c b/arch/arm/mach-shmobile/clock.c index 31654d78b96b..e816ca9bd213 100644 --- a/arch/arm/mach-shmobile/clock.c +++ b/arch/arm/mach-shmobile/clock.c @@ -24,7 +24,7 @@ #include <linux/sh_clk.h> #include <linux/export.h> -int __init clk_init(void) +int __init shmobile_clk_init(void) { /* Kick the child clocks.. */ recalculate_root_clocks(); |