Fixes: 0f2458c9ef75 ("net: flow_offload: mangle action at byte level") Signed-off-by: kbuild test robot <lkp@xxxxxxxxx> --- cls_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/sched/cls_api.c b/net/sched/cls_api.c index 1898ce3ce5ecc..a58934997632c 100644 --- a/net/sched/cls_api.c +++ b/net/sched/cls_api.c @@ -3393,7 +3393,7 @@ static struct tc_proto_hdr_field tc_proto_tcp_hdr[] = { TC_PROTO_HDR_FIELD_END }; -struct tc_proto_hdr_field tc_proto_udp_hdr[] = { +static struct tc_proto_hdr_field tc_proto_udp_hdr[] = { { .offset = offsetof(struct udphdr, source), .len = 2, }, { .offset = offsetof(struct udphdr, dest), .len = 2, }, { .offset = offsetof(struct udphdr, len), .len = 2, },