qcacmn: Include wmi.h on the correct header files
Include wmi.h in wmi files. Change-Id: I0584e58c5ae64e8ed93d024aa7943a9cdcdb07c8 CRs-Fixed: 2514753
This commit is contained in:

committed by
nshrivas

parent
e792050400
commit
33087cb402
@@ -305,7 +305,6 @@ error in MCL. Error is caused due to inclusion of wmi.h in wmi_unified_api.h
|
||||
which gets included here through ol_if_athvar.h. Eventually it is expected that
|
||||
wmi.h will be removed from wmi_unified_api.h after cleanup, which will need
|
||||
WMI_CMD_HDR to be defined here. */
|
||||
#ifdef CONFIG_WIN
|
||||
/* Copied from wmi.h */
|
||||
#undef MS
|
||||
#define MS(_v, _f) (((_v) & _f##_MASK) >> _f##_LSB)
|
||||
@@ -349,7 +348,6 @@ typedef PREPACK struct {
|
||||
#define WMI_CMD_HDR_PLT_PRIV_MASK 0xff000000
|
||||
#define WMI_CMD_HDR_PLT_PRIV_OFFSET 0x00000000
|
||||
/* end of copy wmi.h */
|
||||
#endif /* CONFIG_WIN */
|
||||
|
||||
#define WMI_MIN_HEAD_ROOM 64
|
||||
|
||||
|
Reference in New Issue
Block a user