qcacmn: Change to remove void pointer usage for DP soc

Add code to remove void pointer usage for dp_soc
and use original dp_soc structure inside htt_soc

Change-Id: Icdc26ecdb33d565c43dbc101584069808b31c1a0
CRs-Fixed: 2484403
Este commit está contenido en:
Akshay Kosigi
2019-06-27 14:17:08 +05:30
cometido por nshrivas
padre eec6db94bd
commit 8a753147b7
Se han modificado 4 ficheros con 22 adiciones y 19 borrados

Ver fichero

@@ -115,7 +115,7 @@ struct dp_htt_htc_pkt_union {
struct htt_soc {
struct cdp_ctrl_objmgr_psoc *ctrl_psoc;
void *dp_soc;
struct dp_soc *dp_soc;
void *hal_soc;
/* htt_logger handle */
struct htt_logger *htt_logger_handle;