summaryrefslogtreecommitdiff
path: root/include/soc
diff options
context:
space:
mode:
authorDhoat Harpal <hdhoat@codeaurora.org>2016-06-21 14:35:50 +0530
committerKyle Yan <kyan@codeaurora.org>2016-06-24 15:03:06 -0700
commit9986d0f71006317014fa8d7a8e5ff677f217d9ad (patch)
treefaaf598ed2c4830836399cdfe45e8b7c59c8fc3e /include/soc
parent293a2b36f2456425a5c40b629f66f42c0a46b78e (diff)
soc: qcom: smem: Renaming smem item SMEM_SMEM_STATIC_LOG_EVENTS
SMEM_SMEM_STATIC_LOG_EVENTS is currently unused as its usecase has been deprecated for a long time. Reallocate the ID to SMEM_CHARGER_BATTERY_INFO. CRs-Fixed: 1032131 Change-Id: I35a8307001ac14e3ade733d5f41d6231fe63ebd0 Signed-off-by: Dhoat Harpal <hdhoat@codeaurora.org>
Diffstat (limited to 'include/soc')
-rw-r--r--include/soc/qcom/smem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/soc/qcom/smem.h b/include/soc/qcom/smem.h
index d8ee4d523880..9295532dec8a 100644
--- a/include/soc/qcom/smem.h
+++ b/include/soc/qcom/smem.h
@@ -78,6 +78,7 @@ enum {
SMEM_SMEM_LOG_EVENTS,
SMEM_XBL_LOADER_CORE_INFO,
SMEM_SMEM_STATIC_LOG_EVENTS,
+ SMEM_CHARGER_BATTERY_INFO = SMEM_SMEM_STATIC_LOG_EVENTS,
SMEM_SMEM_SLOW_CLOCK_SYNC,
SMEM_SMEM_SLOW_CLOCK_VALUE,
SMEM_BIO_LED_BUF,