forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32_parse.h
....@@ -331,6 +331,6 @@
331331
332332 struct cxgb4_tc_u32_table {
333333 unsigned int size; /* number of entries in table */
334
- struct cxgb4_link table[0]; /* Jump table */
334
+ struct cxgb4_link table[]; /* Jump table */
335335 };
336336 #endif /* __CXGB4_TC_U32_PARSE_H */