diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-01-16 17:01:44 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-01-16 17:01:44 +0100 |
commit | 39461ffdfc974147ad0f3cc0da397a999adc25b1 (patch) | |
tree | 7358951dcc952436cfa09072f376637c6f807984 /samples/bpf/sock_example.h | |
parent | b0f2d7d546d37697d3f50753904f6f0c549b62bc (diff) | |
parent | 49def1853334396f948dcb4cedb9347abb318df5 (diff) | |
download | talos-obmc-linux-39461ffdfc974147ad0f3cc0da397a999adc25b1.tar.gz talos-obmc-linux-39461ffdfc974147ad0f3cc0da397a999adc25b1.zip |
Merge 4.10-rc4 into char-misc-next
We want the char/misc fixes in here as well.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'samples/bpf/sock_example.h')
-rw-r--r-- | samples/bpf/sock_example.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/bpf/sock_example.h b/samples/bpf/sock_example.h index 09f7fe7e5fd7..d8014065d479 100644 --- a/samples/bpf/sock_example.h +++ b/samples/bpf/sock_example.h @@ -4,7 +4,7 @@ #include <unistd.h> #include <string.h> #include <errno.h> -#include <net/ethernet.h> +#include <linux/if_ether.h> #include <net/if.h> #include <linux/if_packet.h> #include <arpa/inet.h> |