Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751444Ab2BQGEQ (ORCPT ); Fri, 17 Feb 2012 01:04:16 -0500 Received: from mail9.hitachi.co.jp ([133.145.228.44]:35032 "EHLO mail9.hitachi.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751040Ab2BQGEP (ORCPT ); Fri, 17 Feb 2012 01:04:15 -0500 X-AuditID: b753bd60-9825fba00000359c-cb-4f3deddc7bd9 X-AuditID: b753bd60-9825fba00000359c-cb-4f3deddc7bd9 Message-ID: <4F3DEDD7.6090804@hitachi.com> Date: Fri, 17 Feb 2012 15:04:07 +0900 From: Masami Hiramatsu Organization: Hitachi, Ltd., Japan User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:10.0.1) Gecko/20120208 Thunderbird/10.0.1 MIME-Version: 1.0 To: Danny Kukawka Cc: Peter Zijlstra , Danny Kukawka , Paul Mackerras , Ingo Molnar , Arnaldo Carvalho de Melo , Steven Rostedt , Jovi Zhang , linux-kernel@vger.kernel.org, yrl.pp-manager.tt@hitachi.com Subject: Re: [PATCH] tools/perf/util/probe-event.c included string.h twice References: <1329400459-31570-1-git-send-email-danny.kukawka@bisect.de> In-Reply-To: <1329400459-31570-1-git-send-email-danny.kukawka@bisect.de> Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit X-Brightmail-Tracker: AAAAAA== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1219 Lines: 42 (2012/02/16 22:54), Danny Kukawka wrote: > tools/perf/util/probe-event.c included 'string.h' twice, > remove the duplicate. Right, since perf-defined string util functions(in util/string.c) are declared in util.h, not string.h. > > Signed-off-by: Danny Kukawka Acked-by: Masami Hiramatsu Thank you! > --- > tools/perf/util/probe-event.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/tools/perf/util/probe-event.c b/tools/perf/util/probe-event.c > index 29cb654..8ce8356 100644 > --- a/tools/perf/util/probe-event.c > +++ b/tools/perf/util/probe-event.c > @@ -34,7 +34,6 @@ > > #include "util.h" > #include "event.h" > -#include "string.h" > #include "strlist.h" > #include "debug.h" > #include "cache.h" -- Masami HIRAMATSU Software Platform Research Dept. Linux Technology Center Hitachi, Ltd., Yokohama Research Laboratory E-mail: masami.hiramatsu.pt@hitachi.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/