kernel/include/net/fq.h
.. .. @@ -1,7 +1,6 @@ 1 +/* SPDX-License-Identifier: GPL-2.0-only */1 2 /* 2 3 * Copyright (c) 2016 Qualcomm Atheros, Inc 3 - *4 - * GPL v25 4 * 6 5 * Based on net/sched/sch_fq_codel.c 7 6 */ .. .. @@ -70,7 +69,6 @@ 70 69 struct list_head backlogs; 71 70 spinlock_t lock; 72 71 u32 flows_cnt; 73 - siphash_key_t perturbation;74 72 u32 limit; 75 73 u32 memory_limit; 76 74 u32 memory_usage;