rtl8188eu: Convert VOID to void

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-05-18 23:37:45 -05:00
parent 2026ba8979
commit f6b0b0658a
51 changed files with 733 additions and 744 deletions

View file

@ -513,7 +513,7 @@ struct _ADAPTER{
struct wifi_display_info wfd_info;
#endif //CONFIG_WFD
PVOID HalData;
void * HalData;
u32 hal_data_sz;
struct hal_ops HalFunc;