qcacld-3.0: Remove tHalHandle definition

All references to the legacy tHalHandle have been removed, so remove
the definition itself.

Change-Id: I41e93fc7dd1bc7cb5d06300c607854b7c691f3c1
CRs-Fixed: 2348558
This commit is contained in:
Jeff Johnson
2018-11-07 16:18:22 -08:00
parent 60bfb3efd0
commit 53f3acab74

View File

@@ -49,9 +49,6 @@
struct opaque_mac_handle; struct opaque_mac_handle;
typedef struct opaque_mac_handle *mac_handle_t; typedef struct opaque_mac_handle *mac_handle_t;
/* retain legacy name until all instances have been replaced */
typedef mac_handle_t tHalHandle;
/** /**
* typedef hdd_handle_t - HDD Handle * typedef hdd_handle_t - HDD Handle
* *