From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752843AbcGSGwe (ORCPT ); Tue, 19 Jul 2016 02:52:34 -0400 Received: from terminus.zytor.com ([198.137.202.10]:44258 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752265AbcGSGwa (ORCPT ); Tue, 19 Jul 2016 02:52:30 -0400 Date: Mon, 18 Jul 2016 23:52:19 -0700 From: tip-bot for Arnaldo Carvalho de Melo Message-ID: Cc: mingo@kernel.org, acme@redhat.com, adrian.hunter@intel.com, dsahern@gmail.com, linux-kernel@vger.kernel.org, jolsa@kernel.org, wangnan0@huawei.com, namhyung@kernel.org, tglx@linutronix.de, hpa@zytor.com, jpoimboe@redhat.com Reply-To: adrian.hunter@intel.com, dsahern@gmail.com, mingo@kernel.org, acme@redhat.com, jolsa@kernel.org, namhyung@kernel.org, hpa@zytor.com, tglx@linutronix.de, wangnan0@huawei.com, jpoimboe@redhat.com, linux-kernel@vger.kernel.org To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/core] perf tools: Remove include/linux/list.h from perf's MANIFEST Git-Commit-ID: 3aa0042769313b720142c0ef8514dac389e14ebe 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: 3aa0042769313b720142c0ef8514dac389e14ebe Gitweb: http://git.kernel.org/tip/3aa0042769313b720142c0ef8514dac389e14ebe Author: Arnaldo Carvalho de Melo AuthorDate: Mon, 18 Jul 2016 18:35:11 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 18 Jul 2016 18:35:11 -0300 perf tools: Remove include/linux/list.h from perf's MANIFEST It hasn't been used since we made tools/ self sufficiente wrt list.h. Cc: Adrian Hunter Cc: David Ahern Cc: Jiri Olsa Cc: Josh Poimboeuf Cc: Namhyung Kim Cc: Wang Nan Fixes: d1b39d41ebec ("tools: Make list.h self-sufficient") Link: http://lkml.kernel.org/n/tip-w20ueqlf22kh7ctjqo0zjpig@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- tools/perf/MANIFEST | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/perf/MANIFEST b/tools/perf/MANIFEST index eeb2fdc..3ac7f8d 100644 --- a/tools/perf/MANIFEST +++ b/tools/perf/MANIFEST @@ -77,7 +77,6 @@ tools/include/linux/stringify.h tools/include/linux/types.h tools/include/linux/err.h tools/include/linux/bitmap.h -include/linux/list.h include/linux/hash.h tools/arch/*/include/uapi/asm/perf_regs.h include/linux/poison.h