forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 a36159eec6ca17402b0e146b86efaf76568dc353
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