From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753425Ab2IIJBW (ORCPT ); Sun, 9 Sep 2012 05:01:22 -0400 Received: from terminus.zytor.com ([198.137.202.10]:46551 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750966Ab2IIJBV (ORCPT ); Sun, 9 Sep 2012 05:01:21 -0400 Date: Sun, 9 Sep 2012 02:01:09 -0700 From: tip-bot for David Ahern Message-ID: Cc: acme@redhat.com, linux-kernel@vger.kernel.org, hpa@zytor.com, mingo@kernel.org, penberg@kernel.org, dsahern@gmail.com, irina.tirdea@gmail.com, tglx@linutronix.de Reply-To: mingo@kernel.org, hpa@zytor.com, linux-kernel@vger.kernel.org, acme@redhat.com, penberg@kernel.org, irina.tirdea@gmail.com, dsahern@gmail.com, tglx@linutronix.de In-Reply-To: <1347116812-93646-4-git-send-email-dsahern@gmail.com> References: <1347116812-93646-4-git-send-email-dsahern@gmail.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/core] perf symbols: Remove BIONIC wrapper around libgen. h Git-Commit-ID: 6c7f631261064762a8ba1ee34fc2b76d117ef3fa 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 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.6 (terminus.zytor.com [127.0.0.1]); Sun, 09 Sep 2012 02:01:14 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: 6c7f631261064762a8ba1ee34fc2b76d117ef3fa Gitweb: http://git.kernel.org/tip/6c7f631261064762a8ba1ee34fc2b76d117ef3fa Author: David Ahern AuthorDate: Sat, 8 Sep 2012 09:06:52 -0600 Committer: Arnaldo Carvalho de Melo CommitDate: Sat, 8 Sep 2012 17:15:16 -0300 perf symbols: Remove BIONIC wrapper around libgen.h Now that the 2 offenders are fixed, the BIONIC conditional around libgen.h can be removed. Signed-off-by: David Ahern Acked-by: Pekka Enberg Cc: Irina Tirdea Cc: Pekka Enberg Link: http://lkml.kernel.org/r/1347116812-93646-4-git-send-email-dsahern@gmail.com Signed-off-by: Arnaldo Carvalho de Melo --- tools/perf/util/symbol.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/tools/perf/util/symbol.h b/tools/perf/util/symbol.h index d3b330c..41a15da 100644 --- a/tools/perf/util/symbol.h +++ b/tools/perf/util/symbol.h @@ -10,9 +10,7 @@ #include #include #include -#if defined(__BIONIC__) #include -#endif #ifndef NO_LIBELF_SUPPORT #include