From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751870AbcFWL5Z (ORCPT ); Thu, 23 Jun 2016 07:57:25 -0400 Received: from mail.kernel.org ([198.145.29.136]:40824 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751767AbcFWL5Y (ORCPT ); Thu, 23 Jun 2016 07:57:24 -0400 Date: Thu, 23 Jun 2016 08:57:20 -0300 From: Arnaldo Carvalho de Melo To: Taeung Song Cc: linux-kernel@vger.kernel.org, Jiri Olsa , Namhyung Kim , Ingo Molnar , Peter Zijlstra , Alexander Shishkin , Masami Hiramatsu , Wang Nan , Jiri Olsa Subject: Re: [PATCH v10 1/3] perf config: Bring declarations about config from util/cache.h to util/config.h Message-ID: <20160623115720.GK4213@kernel.org> References: <1466672119-4852-1-git-send-email-treeze.taeung@gmail.com> <1466672119-4852-2-git-send-email-treeze.taeung@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1466672119-4852-2-git-send-email-treeze.taeung@gmail.com> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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