Commit 2036c501 authored by Yonghong Song's avatar Yonghong Song

avoid include file linux/bpf.h in helpers.h

   o use uapi/linux/bpf.h instead
   o to be consistent with kernel/samples/bpf/
Signed-off-by: default avatarYonghong Song <yhs@plumgrid.com>
parent dce98b90
......@@ -16,8 +16,7 @@
#ifndef __BPF_HELPERS_H
#define __BPF_HELPERS_H
#include <linux/bpf.h>
#include <linux/filter.h>
#include <uapi/linux/bpf.h>
#include <linux/if_packet.h>
#include <linux/version.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment