forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 748e4f3d702def1a4bff191e0cf93b6a05340f01
kernel/arch/mips/include/asm/dec/prom.h
....@@ -70,7 +70,7 @@
7070 */
7171 typedef struct {
7272 int pagesize;
73
- unsigned char bitmap[0];
73
+ unsigned char bitmap[];
7474 } memmap;
7575
7676