qcacmn: Remove void pointer usage for ring desc's
Make change to remove usage of void pointers for ring descriptors and instead use a opaque pointer dp_ring_desc_t. Change-Id: Ia1e9a3da9eaa3cccf297b2135b52a72f2fe21431 CRs-Fixed: 2484409
This commit is contained in:
@@ -1474,7 +1474,7 @@ static inline void hal_setup_link_idle_list(void *halsoc,
|
||||
* @ring_desc: Opaque ring descriptor handle
|
||||
*/
|
||||
static inline void hal_srng_dump_ring_desc(struct hal_soc *hal, void *hal_ring,
|
||||
void *ring_desc)
|
||||
hal_ring_desc_t ring_desc)
|
||||
{
|
||||
struct hal_srng *srng = (struct hal_srng *)hal_ring;
|
||||
|
||||
|
Reference in New Issue
Block a user