ANDROID: GKI: Export symbol arch_timer_mem_get_cval

Bug: 140652396
Test: build, boot

Signed-off-by: Hridya Valsaraju <hridya@google.com>
Bug: 152635062
Test: build
(cherry picked from commit e8c25076c4b591e186a4cf52faa7370d783f4475)
Signed-off-by: Suren Baghdasaryan <surenb@google.com>
Change-Id: I0260070ea060b5a56440760ed660373353329d6d
Merged-In: I0260070ea060b5a56440760ed660373353329d6d
This commit is contained in:
Hridya Valsaraju 2019-10-01 11:26:55 -07:00 committed by Suren Baghdasaryan
parent 4f34d5bfab
commit 007333d99b

View file

@ -975,6 +975,7 @@ void arch_timer_mem_get_cval(u32 *lo, u32 *hi)
*hi = readl_relaxed(arch_counter_base + CNTCVAL_HI);
}
}
EXPORT_SYMBOL_GPL(arch_timer_mem_get_cval);
static u64 arch_counter_get_cntvct_mem(void)
{