diff options
author | Marc Zyngier <Marc.Zyngier@arm.com> | 2015-09-28 10:49:18 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2015-09-30 20:18:39 -0400 |
commit | 3722ed2380ad6e89eaf81fcf93f06d605e740435 (patch) | |
tree | 5febac2a8252bfd9d368f505684aefb44add2fe8 /arch/nios2 | |
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 <marc.zyngier@arm.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Reviewed-by: Hanjun Guo <hanjun.guo@linaro.org>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Tested-by: Hanjun Guo <hanjun.guo@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'arch/nios2')
-rw-r--r-- | arch/nios2/kernel/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/nios2/kernel/time.c b/arch/nios2/kernel/time.c index bbc3f9157f9c..e835dda2bfe2 100644 --- a/arch/nios2/kernel/time.c +++ b/arch/nios2/kernel/time.c | |||
@@ -324,7 +324,7 @@ void __init time_init(void) | |||
324 | if (count < 2) | 324 | if (count < 2) |
325 | panic("%d timer is found, it needs 2 timers in system\n", count); | 325 | panic("%d timer is found, it needs 2 timers in system\n", count); |
326 | 326 | ||
327 | clocksource_of_init(); | 327 | clocksource_probe(); |
328 | } | 328 | } |
329 | 329 | ||
330 | CLOCKSOURCE_OF_DECLARE(nios2_timer, ALTR_TIMER_COMPATIBLE, nios2_time_init); | 330 | CLOCKSOURCE_OF_DECLARE(nios2_timer, ALTR_TIMER_COMPATIBLE, nios2_time_init); |