From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752083AbcFWMmI (ORCPT ); Thu, 23 Jun 2016 08:42:08 -0400 Received: from mail-pa0-f53.google.com ([209.85.220.53]:34951 "EHLO mail-pa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751876AbcFWMmG (ORCPT ); Thu, 23 Jun 2016 08:42:06 -0400 Subject: Re: [PATCH v10 1/3] perf config: Bring declarations about config from util/cache.h to util/config.h To: Arnaldo Carvalho de Melo References: <1466672119-4852-1-git-send-email-treeze.taeung@gmail.com> <1466672119-4852-2-git-send-email-treeze.taeung@gmail.com> <20160623115720.GK4213@kernel.org> Cc: linux-kernel@vger.kernel.org, Jiri Olsa , Namhyung Kim , Ingo Molnar , Peter Zijlstra , Alexander Shishkin , Masami Hiramatsu , Wang Nan , Jiri Olsa From: Taeung Song Message-ID: <576BD918.1080009@gmail.com> Date: Thu, 23 Jun 2016 21:42:00 +0900 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-Version: 1.0 In-Reply-To: <20160623115720.GK4213@kernel.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Thank you !! :-D On 06/23/2016 08:57 PM, Arnaldo Carvalho de Melo wrote: > Em Thu, Jun 23, 2016 at 05:55:17PM +0900, Taeung Song escreveu: >> Lately util/config.h has been added >> but util/cache.h has declarations of functions >> and a global variable for config features. >> >> To manage codes about configuration at one spot, >> move them to util/config.h and let source files >> that need config features include config.h >> And if the source files that included previous cache.h >> need only config.h, remove including cache.h. > > Applied and build tested. > > - Arnaldo >