forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-16 50a212ec906f7524620675f0c57357691c26c81f
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 */