aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/samples/bpf/parse_simple.c
diff options
context:
space:
mode:
authorJiri Kosina <jkosina@suse.cz>2020-04-01 12:26:12 +0200
committerJiri Kosina <jkosina@suse.cz>2020-04-01 12:26:12 +0200
commitc9f289701540baeef9ac7c9977d67a7259f404db (patch)
treeac3c29d41da02ac735c9a12da78905842fbccd2f /samples/bpf/parse_simple.c
parentMerge branch 'for-5.6/upstream-fixes' into for-linus (diff)
parentHID: appleir: Use devm_kzalloc() instead of kzalloc() (diff)
downloadwireguard-linux-c9f289701540baeef9ac7c9977d67a7259f404db.tar.xz
wireguard-linux-c9f289701540baeef9ac7c9977d67a7259f404db.zip
Merge branch 'for-5.7/appleir' into for-linus
- small code cleanups in hid-appleir from Lucas Tanure
Diffstat (limited to 'samples/bpf/parse_simple.c')
-rw-r--r--samples/bpf/parse_simple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/bpf/parse_simple.c b/samples/bpf/parse_simple.c
index 10af53d33cc2..4a486cb1e0df 100644
--- a/samples/bpf/parse_simple.c
+++ b/samples/bpf/parse_simple.c
@@ -12,7 +12,7 @@
#include <linux/udp.h>
#include <uapi/linux/bpf.h>
#include <net/ip.h>
-#include "bpf_helpers.h"
+#include <bpf/bpf_helpers.h>
#define DEFAULT_PKTGEN_UDP_PORT 9