From: Arnaldo Carvalho de Melo Date: Tue, 6 Nov 2018 18:26:46 +0000 (-0300) Subject: perf augmented_syscalls: Remove needless linux/socket.h include X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=66067538e0425beca98e1bee55a357f3869a0e31;p=openwrt%2Fstaging%2Fblogic.git perf augmented_syscalls: Remove needless linux/socket.h include Leftover from when we started augmented_raw_syscalls.c from tools/perf/examples/bpf/augmented_syscalls. Cc: Adrian Hunter Cc: David Ahern Cc: Jiri Olsa Cc: Namhyung Kim Cc: Wang Nan Fixes: e58a0322dbac ("perf examples bpf: Start augmenting raw_syscalls:sys_{start,exit}") Link: https://lkml.kernel.org/n/tip-pmts9ls2skh8n3zisb4txudd@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/perf/examples/bpf/augmented_raw_syscalls.c b/tools/perf/examples/bpf/augmented_raw_syscalls.c index 2feb00018f79..ec109c12ff24 100644 --- a/tools/perf/examples/bpf/augmented_raw_syscalls.c +++ b/tools/perf/examples/bpf/augmented_raw_syscalls.c @@ -16,7 +16,6 @@ #include #include -#include /* bpf-output associated map */ struct bpf_map SEC("maps") __augmented_syscalls__ = {