From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shannon Zhao Subject: Re: [PATCH v5 1/8] Kconfig: import kconfig.h from Linux 4.3 Date: Tue, 26 Jan 2016 18:23:59 +0800 Message-ID: <56A7493F.2010304@huawei.com> References: <1453536020-16196-1-git-send-email-zhaoshenglong@huawei.com> <1453536020-16196-2-git-send-email-zhaoshenglong@huawei.com> <56A640BA02000078000CAADF@prv-mh.provo.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <56A640BA02000078000CAADF@prv-mh.provo.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich Cc: ian.campbell@citrix.com, Doug Goldstein , peter.huangpeng@huawei.com, xen-devel@lists.xen.org, julien.grall@citrix.com, stefano.stabellini@citrix.com, shannon.zhao@linaro.org List-Id: xen-devel@lists.xenproject.org On 2016/1/25 22:35, Jan Beulich wrote: >>>> On 23.01.16 at 09:00, wrote: >> > --- a/xen/include/xen/config.h >> > +++ b/xen/include/xen/config.h >> > @@ -7,7 +7,7 @@ >> > #ifndef __XEN_CONFIG_H__ >> > #define __XEN_CONFIG_H__ >> > >> > -#include >> > +#include > Why? I don't see why all source files need to include this new > header, no matter whether they make use of any of the > definitions therein. Will fix this. Thanks. -- Shannon