forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/md/raid1.h
....@@ -180,7 +180,7 @@
180180 * if the IO is in WRITE direction, then multiple bios are used.
181181 * We choose the number when they are allocated.
182182 */
183
- struct bio *bios[0];
183
+ struct bio *bios[];
184184 /* DO NOT PUT ANY NEW FIELDS HERE - bios array is contiguously alloced*/
185185 };
186186