soc: qcom: hab: add missing variable declaration

This line was lost in last submission.

Change-Id: If957de37e58d2ddb8ada9e4f00f83abc3eb19d20
Signed-off-by: Shiju Mathew <shijum@codeaurora.org>
This commit is contained in:
Shiju Mathew 2019-06-10 15:21:47 -04:00 committed by Gerrit - the friendly Code Review server
parent 06ceb6bb61
commit 849ecbea55

View file

@ -206,6 +206,7 @@ int hab_msg_recv(struct physical_channel *pchan,
struct virtual_channel *vchan = NULL; struct virtual_channel *vchan = NULL;
struct export_desc *exp_desc = NULL, exp_ack = {0}; struct export_desc *exp_desc = NULL, exp_ack = {0};
struct timeval tv = {0}; struct timeval tv = {0};
unsigned long long rx_mpm_tv = 0;
/* get the local virtual channel if it isn't an open message */ /* get the local virtual channel if it isn't an open message */
if (payload_type != HAB_PAYLOAD_TYPE_INIT && if (payload_type != HAB_PAYLOAD_TYPE_INIT &&