From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932662AbcCXHmx (ORCPT ); Thu, 24 Mar 2016 03:42:53 -0400 Received: from terminus.zytor.com ([198.137.202.10]:43300 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932409AbcCXHmp (ORCPT ); Thu, 24 Mar 2016 03:42:45 -0400 Date: Thu, 24 Mar 2016 00:42:29 -0700 From: tip-bot for Arnaldo Carvalho de Melo Message-ID: Cc: mingo@kernel.org, acme@redhat.com, wangnan0@huawei.com, adrian.hunter@intel.com, tglx@linutronix.de, namhyung@kernel.org, jolsa@kernel.org, hpa@zytor.com, linux-kernel@vger.kernel.org Reply-To: mingo@kernel.org, acme@redhat.com, wangnan0@huawei.com, adrian.hunter@intel.com, tglx@linutronix.de, namhyung@kernel.org, jolsa@kernel.org, hpa@zytor.com, linux-kernel@vger.kernel.org To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/urgent] tools include: Copy linux/stringify.h from the kernel Git-Commit-ID: 737ef7d32cb41d19f0e1fd4d9ad0916f42d2f448 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: 737ef7d32cb41d19f0e1fd4d9ad0916f42d2f448 Gitweb: http://git.kernel.org/tip/737ef7d32cb41d19f0e1fd4d9ad0916f42d2f448 Author: Arnaldo Carvalho de Melo AuthorDate: Wed, 23 Mar 2016 15:14:27 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 23 Mar 2016 15:14:27 -0300 tools include: Copy linux/stringify.h from the kernel There is code in tools/ that is directly including this file from the kernel, and this is verboten for a while, copy it so that the next csets can fix this situation. Cc: Adrian Hunter Cc: Jiri Olsa Cc: Namhyung Kim Cc: Wang Nan Link: http://lkml.kernel.org/n/tip-e0r3nks2uai020ndghvxv5qw@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- {include => tools/include}/linux/stringify.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/include/linux/stringify.h b/tools/include/linux/stringify.h similarity index 100% copy from include/linux/stringify.h copy to tools/include/linux/stringify.h