From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1032876AbdAEHvD (ORCPT ); Thu, 5 Jan 2017 02:51:03 -0500 Received: from terminus.zytor.com ([198.137.202.10]:56956 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1032752AbdAEHur (ORCPT ); Thu, 5 Jan 2017 02:50:47 -0500 Date: Wed, 4 Jan 2017 23:50:16 -0800 From: tip-bot for Arnaldo Carvalho de Melo Message-ID: Cc: linux-kernel@vger.kernel.org, mingo@kernel.org, ast@fb.com, hpa@zytor.com, acme@redhat.com, joe@ovn.org, tglx@linutronix.de, daniel@iogearbox.net, wangnan0@huawei.com Reply-To: wangnan0@huawei.com, daniel@iogearbox.net, hpa@zytor.com, acme@redhat.com, joe@ovn.org, tglx@linutronix.de, linux-kernel@vger.kernel.org, mingo@kernel.org, ast@fb.com To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/urgent] samples/bpf trace_output_user: Remove duplicate sys/ioctl.h include Git-Commit-ID: b6f4c66704b875aba9b8c912532323e3cc89824c X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: b6f4c66704b875aba9b8c912532323e3cc89824c Gitweb: http://git.kernel.org/tip/b6f4c66704b875aba9b8c912532323e3cc89824c Author: Arnaldo Carvalho de Melo AuthorDate: Wed, 28 Dec 2016 10:47:13 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 28 Dec 2016 10:47:13 -0300 samples/bpf trace_output_user: Remove duplicate sys/ioctl.h include Cc: Alexei Starovoitov Cc: Daniel Borkmann Cc: Joe Stringer Cc: Wang Nan Link: http://lkml.kernel.org/n/tip-3awp0nv8tpnblatojmwjww7z@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- samples/bpf/trace_output_user.c | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/bpf/trace_output_user.c b/samples/bpf/trace_output_user.c index f4fa6af..ccca1e3 100644 --- a/samples/bpf/trace_output_user.c +++ b/samples/bpf/trace_output_user.c @@ -9,7 +9,6 @@ #include #include #include -#include #include #include #include