Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1610276 > unrolled thread
| Started by | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| First post | 2017-03-28 05:40 +0200 |
| Last post | 2017-03-28 06:10 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
linux-next: build warning after merge of the char-misc tree Stephen Rothwell <sfr@canb.auug.org.au> - 2017-03-28 05:40 +0200
Re: linux-next: build warning after merge of the char-misc tree Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-03-28 06:10 +0200
| From | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| Date | 2017-03-28 05:40 +0200 |
| Subject | linux-next: build warning after merge of the char-misc tree |
| Message-ID | <tpQ9b-1CM-11@gated-at.bofh.it> |
Hi all,
After merging the char-misc tree, today's linux-next build (x86_64
allmodconfig) produced this warning:
./usr/include/linux/aspeed-lpc-ctrl.h:44: found __[us]{8,16,32,64} type without #include <linux/types.h>
Introduced by commit
6c4e97678501 ("drivers/misc: Add Aspeed LPC control driver")
Probably exposed by commit
65017bab8a9e ("uapi: export all headers under uapi directories")
from the kbuild tree (since this header had not been explicitly exported).
--
Cheers,
Stephen Rothwell
[toc] | [next] | [standalone]
| From | Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|---|
| Date | 2017-03-28 06:10 +0200 |
| Message-ID | <tpQCd-22m-9@gated-at.bofh.it> |
| In reply to | #1610276 |
Hi Stephen,
2017-03-28 12:31 GMT+09:00 Stephen Rothwell <sfr@canb.auug.org.au>:
> Hi all,
>
> After merging the char-misc tree, today's linux-next build (x86_64
> allmodconfig) produced this warning:
>
> ./usr/include/linux/aspeed-lpc-ctrl.h:44: found __[us]{8,16,32,64} type without #include <linux/types.h>
>
> Introduced by commit
>
> 6c4e97678501 ("drivers/misc: Add Aspeed LPC control driver")
>
> Probably exposed by commit
>
> 65017bab8a9e ("uapi: export all headers under uapi directories")
>
> from the kbuild tree (since this header had not been explicitly exported).
I think we need to do a similar fixup as the following commit:
commit a9e9c248a03abae123b301804d367ad278dad3a8
Author: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Date: Mon Mar 27 14:20:11 2017 +0200
uapi: includes linux/types.h before exporting files
--
Best Regards
Masahiro Yamada
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web