diff options
Diffstat (limited to 'kernel/bpf/lpm_trie.c')
-rw-r--r-- | kernel/bpf/lpm_trie.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/kernel/bpf/lpm_trie.c b/kernel/bpf/lpm_trie.c index e61630c2e50b..1647a3f763a7 100644 --- a/kernel/bpf/lpm_trie.c +++ b/kernel/bpf/lpm_trie.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Longest prefix match list implementation | 3 | * Longest prefix match list implementation |
3 | * | 4 | * |
4 | * Copyright (c) 2016,2017 Daniel Mack | 5 | * Copyright (c) 2016,2017 Daniel Mack |
5 | * Copyright (c) 2016 David Herrmann | 6 | * Copyright (c) 2016 David Herrmann |
6 | * | ||
7 | * This file is subject to the terms and conditions of version 2 of the GNU | ||
8 | * General Public License. See the file COPYING in the main directory of the | ||
9 | * Linux distribution for more details. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/bpf.h> | 9 | #include <linux/bpf.h> |