Re: [PATCH v3] kconfig.h: Include compiler types to avoid missed struct attributes

From: Linus Torvalds
Date: Thu Feb 22 2018 - 16:54:33 EST


On Thu, Feb 22, 2018 at 1:23 PM, Linus Torvalds
<torvalds@xxxxxxxxxxxxxxxxxxxx> wrote:
>
> Hah. So it was the lack of kconfig.h dependency that bit my testing ;)

Confirmed. Rasmus was right, doing a full build after cleaning
everything up did fix this. So it's really just <linux/kconfig.h>
itself that is missing from dependencies.

Linus