diff options
author | James Morris <james.l.morris@oracle.com> | 2016-11-14 01:34:01 +0300 |
---|---|---|
committer | James Morris <james.l.morris@oracle.com> | 2016-11-14 01:34:01 +0300 |
commit | 185c0f26c0267d5978b5c30d3a04f90cb245cd76 (patch) | |
tree | 4b1324c9445bbcff095fb3ce755ec46d315bda5a /samples/bpf/parse_ldabs.c | |
parent | eafb7b9d01a7001ff8e9624e7dcb706844f981b3 (diff) | |
parent | a25f0944ba9b1d8a6813fd6f1a86f1bd59ac25a6 (diff) | |
download | linux-185c0f26c0267d5978b5c30d3a04f90cb245cd76.tar.xz |
Merge commit 'v4.9-rc5' into next
Diffstat (limited to 'samples/bpf/parse_ldabs.c')
-rw-r--r-- | samples/bpf/parse_ldabs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/bpf/parse_ldabs.c b/samples/bpf/parse_ldabs.c index d17550198d06..6db6b21fdc6d 100644 --- a/samples/bpf/parse_ldabs.c +++ b/samples/bpf/parse_ldabs.c @@ -4,6 +4,7 @@ * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. */ +#define KBUILD_MODNAME "foo" #include <linux/ip.h> #include <linux/ipv6.h> #include <linux/in.h> |