From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Fri, 13 Nov 2015 12:46:09 +0100 Subject: [PATCH] ARM64: use linux/types.h in kvm.h In-Reply-To: <20151113113843.GG12968@cbox> References: <9679324.UdV9GV0mFA@wuerfel> <20151113113843.GG12968@cbox> Message-ID: <8866273.XDAptVUNIk@wuerfel> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Friday 13 November 2015 12:38:43 Christoffer Dall wrote: > On Thu, Nov 12, 2015 at 03:41:08PM +0100, Arnd Bergmann wrote: > > We should always use linux/types.h instead of asm/types.h for > > consistency, and Kbuild actually warns about it: > > > > ./usr/include/asm/kvm.h:35: include of is preferred over > > > > This patch does as Kbuild asks us. > > > > Signed-off-by: Arnd Bergmann > > I don't see this error when building the kernel, does it require a > special option to check for these things? CONFIG_HEADERS_CHECK should be included in 'allmodconfig', which is the configuration I used. I think at the moment, allmodconfig builds fail, so you don't get to this point unless you also apply my other fixes. > In any case, thanks for the patch, I have applied it. Thanks! Arnd