diff options
author | Marc Zyngier <[email protected]> | 2015-09-28 15:49:18 +0100 |
---|---|---|
committer | Rafael J. Wysocki <[email protected]> | 2015-10-01 02:18:39 +0200 |
commit | 3722ed2380ad6e89eaf81fcf93f06d605e740435 (patch) | |
tree | 5febac2a8252bfd9d368f505684aefb44add2fe8 /arch/mips/ralink/clk.c | |
parent | ae281cbd2689200329afe2474b2f39f3f6eb54b9 (diff) |
clocksource: cosmetic: Drop OF 'dependency' from symbols
Seeing the 'of' characters in a symbol that is being called from
ACPI seems to freak out people. So let's do a bit of pointless
renaming so that these folks do feel at home.
Signed-off-by: Marc Zyngier <[email protected]>
Acked-by: Catalin Marinas <[email protected]>
Reviewed-by: Hanjun Guo <[email protected]>
Acked-by: Thomas Gleixner <[email protected]>
Tested-by: Hanjun Guo <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
Diffstat (limited to 'arch/mips/ralink/clk.c')
-rw-r--r-- | arch/mips/ralink/clk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/ralink/clk.c b/arch/mips/ralink/clk.c index feb5a9bf98b4..25c4a61779f1 100644 --- a/arch/mips/ralink/clk.c +++ b/arch/mips/ralink/clk.c @@ -75,5 +75,5 @@ void __init plat_time_init(void) pr_info("CPU Clock: %ldMHz\n", clk_get_rate(clk) / 1000000); mips_hpt_frequency = clk_get_rate(clk) / 2; clk_put(clk); - clocksource_of_init(); + clocksource_probe(); } |