qcacmn: Remove void pointer usage for ctrl psoc

Make change to remove usage of void pointers for
ctrl psoc in DP and instead use a opaque pointer
struct cdp_ctrl_objmgr_psoc.

Change-Id: I9fac21db1156378fc10b95cf10517afa4364da00
CRs-Fixed: 2484411
This commit is contained in:
Akshay Kosigi
2019-07-02 14:25:54 +05:30
committed by nshrivas
parent a5c46a41ef
commit eec6db94bd
13 changed files with 58 additions and 31 deletions

View File

@@ -3581,7 +3581,8 @@ htt_htc_soc_attach(struct htt_soc *soc)
* Return: HTT handle on success; NULL on failure
*/
void *
htt_soc_initialize(struct htt_soc *htt_soc, void *ctrl_psoc,
htt_soc_initialize(struct htt_soc *htt_soc,
struct cdp_ctrl_objmgr_psoc *ctrl_psoc,
HTC_HANDLE htc_soc,
void *hal_soc, qdf_device_t osdev)
{