From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jan Beulich" Subject: Re: [PATCH v5 1/8] Kconfig: import kconfig.h from Linux 4.3 Date: Mon, 25 Jan 2016 07:35:22 -0700 Message-ID: <56A640BA02000078000CAADF@prv-mh.provo.novell.com> References: <1453536020-16196-1-git-send-email-zhaoshenglong@huawei.com> <1453536020-16196-2-git-send-email-zhaoshenglong@huawei.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1453536020-16196-2-git-send-email-zhaoshenglong@huawei.com> Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Shannon Zhao 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 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. Jan