forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
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 */