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:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user