Skip to content

Commit 2cb5a7a

Browse files
luk1337Vivekachooz
authored andcommitted
fw-api: Make wmi_stats_ext_event_fixed_param::data_type optional
Fixes WFC on sm6375. Change-Id: Ib983f2511f8a8769ad218fbc1693a1e586ed5cf6
1 parent ef7dbd8 commit 2cb5a7a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/staging/fw-api/fw/wmi_unified.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30269,7 +30269,9 @@ typedef struct {
3026930269
* the host can interpret the data[] contents, and if so, how to
3027030270
* interpret them.
3027130271
*/
30272+
#if !defined(CONFIG_ARCH_HOLI) && !defined(CONFIG_ARCH_BLAIR)
3027230273
A_UINT32 data_type;
30274+
#endif
3027330275
/* This structure is used to send REQ binary blobs
3027430276
* from firmware to application/service where Host drv is pass through.
3027530277
* Alternatively, by specifying in the data_type field what kind of

0 commit comments

Comments
 (0)