OSDN Git Service

drivers: soc: qcom: system_stats: Use arch_counter_get_cntvct()
authorMahesh Sivasubramanian <msivasub@codeaurora.org>
Wed, 5 Oct 2016 17:15:19 +0000 (11:15 -0600)
committerMahesh Sivasubramanian <msivasub@codeaurora.org>
Wed, 5 Oct 2016 17:36:14 +0000 (11:36 -0600)
commit66510cc53c0774a7b23eb36bc1c88d1ea4f0ab52
tree481fbacad88fff49cd48baea2578e57837d81eab
parent057bdafd976ca7609ed223dbd4473d535bcb6459
drivers: soc: qcom: system_stats: Use arch_counter_get_cntvct()

Upstream kernel has deprecated the use of arch_counter_get_cntpct() and the
drivers are expected to switch to arch_counter_get_cntvct.

Switch to using arch_counter_get_cntvct().

Change-Id: I3eeefff492889b57837a8334eb933c22d0e4917a
Signed-off-by: Mahesh Sivasubramanian <msivasub@codeaurora.org>
drivers/soc/qcom/system_stats.c