kernel/include/linux/fsl/bestcomm/bestcomm.h
.. .. @@ -27,7 +27,7 @@ 27 27 */ 28 28 struct bcom_bd { 29 29 u32 status; 30 - u32 data[0]; /* variable payload size */30 + u32 data[]; /* variable payload size */31 31 }; 32 32 33 33 /* ======================================================================== */