On Tue, Mar 28, 2017 at 4:15 PM, Joel Stanley <j...@jms.id.au> wrote: > On Wed, Mar 29, 2017 at 12:40 AM, Arnd Bergmann <a...@arndb.de> wrote: >> The newly added header file triggers a sanity check: >> >> usr/include/linux/aspeed-lpc-ctrl.h:44: found __[us]{8,16,32,64} type >> without #include <linux/types.h> > > Thanks Arnd. > > What tool are you running to do this check?
I was running 'make randconfig' builds. The warning came from scripts/headers_check.pl. Arnd