]> git.baikalelectronics.ru Git - kernel.git/commit
uapi: includes linux/types.h before exporting files
authorNicolas Dichtel <nicolas.dichtel@6wind.com>
Mon, 27 Mar 2017 12:20:11 +0000 (14:20 +0200)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 10 May 2017 15:18:38 +0000 (00:18 +0900)
commit957a93df2db3b67455d528ad4dc8d5453149e326
treec8a0cf6020ebf9a656018d408a46c71263c35f8d
parent809d6e652469357139a4fe668770217570e75651
uapi: includes linux/types.h before exporting files

Some files will be exported after a following patch. 0-day tests report the
following warning/error:
./usr/include/linux/bcache.h:8: include of <linux/types.h> is preferred over <asm/types.h>
./usr/include/linux/bcache.h:11: found __[us]{8,16,32,64} type without #include <linux/types.h>
./usr/include/linux/qrtr.h:8: found __[us]{8,16,32,64} type without #include <linux/types.h>
./usr/include/linux/cryptouser.h:39: found __[us]{8,16,32,64} type without #include <linux/types.h>
./usr/include/linux/pr.h:14: found __[us]{8,16,32,64} type without #include <linux/types.h>
./usr/include/linux/btrfs_tree.h:337: found __[us]{8,16,32,64} type without #include <linux/types.h>
./usr/include/rdma/bnxt_re-abi.h:45: found __[us]{8,16,32,64} type without #include <linux/types.h>

Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
include/uapi/linux/bcache.h
include/uapi/linux/btrfs_tree.h
include/uapi/linux/cryptouser.h
include/uapi/linux/pr.h
include/uapi/linux/qrtr.h
include/uapi/rdma/bnxt_re-abi.h