From 849ecbea5548418d4b97718ab5ab491163b18e66 Mon Sep 17 00:00:00 2001 From: Shiju Mathew Date: Mon, 10 Jun 2019 15:21:47 -0400 Subject: [PATCH] soc: qcom: hab: add missing variable declaration This line was lost in last submission. Change-Id: If957de37e58d2ddb8ada9e4f00f83abc3eb19d20 Signed-off-by: Shiju Mathew --- drivers/soc/qcom/hab/hab_msg.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/soc/qcom/hab/hab_msg.c b/drivers/soc/qcom/hab/hab_msg.c index dabffa0e856a..9f92074665df 100644 --- a/drivers/soc/qcom/hab/hab_msg.c +++ b/drivers/soc/qcom/hab/hab_msg.c @@ -206,6 +206,7 @@ int hab_msg_recv(struct physical_channel *pchan, struct virtual_channel *vchan = NULL; struct export_desc *exp_desc = NULL, exp_ack = {0}; struct timeval tv = {0}; + unsigned long long rx_mpm_tv = 0; /* get the local virtual channel if it isn't an open message */ if (payload_type != HAB_PAYLOAD_TYPE_INIT &&