forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-20 e636c8d336489bf3eed5878299e6cc045bbad077
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