qcacmn: Change to clean up of void pointers
Add code to cleanup usages of void pointer usages in DP code. Change-Id: I0736bcc0a547d858ed02f1ee59084a44e5fe4bec CRs-Fixed: 2487249
This commit is contained in:

committed by
nshrivas

orang tua
4002f765f1
melakukan
a870c6181a
@@ -116,7 +116,7 @@ struct dp_htt_htc_pkt_union {
|
||||
struct htt_soc {
|
||||
struct cdp_ctrl_objmgr_psoc *ctrl_psoc;
|
||||
struct dp_soc *dp_soc;
|
||||
void *hal_soc;
|
||||
hal_soc_handle_t hal_soc;
|
||||
/* htt_logger handle */
|
||||
struct htt_logger *htt_logger_handle;
|
||||
HTC_HANDLE htc_soc;
|
||||
@@ -221,7 +221,7 @@ void *
|
||||
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);
|
||||
hal_soc_handle_t hal_soc_hdl, qdf_device_t osdev);
|
||||
|
||||
/*
|
||||
* htt_soc_attach() - attach DP and HTT SOC
|
||||
|
Reference in New Issue
Block a user