forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
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 */