On 10/2/15 9:42 AM, Daniel Borkmann wrote:
Commit ea317b267e9d ("bpf: Add new bpf map type to store the pointer to struct perf_event") added perf_event.h to the main eBPF header, so it gets included for all users. perf_event.h is actually only needed from array map side, so lets sanitize this a bit.Signed-off-by: Daniel Borkmann<[email protected]> Cc: Kaixu Xia<[email protected]>
Acked-by: Alexei Starovoitov <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
