forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
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