forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/drivers/net/wireless/marvell/libertas/if_usb.h
....@@ -91,7 +91,7 @@
9191 struct fwdata {
9292 struct fwheader hdr;
9393 __le32 seqnum;
94
- uint8_t data[0];
94
+ uint8_t data[];
9595 };
9696
9797 /* fwsyncheader */