forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
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 */