OSDN Git Service

h8300: move definition of __kernel_size_t etc. to posix_types.h
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 23 Jul 2019 10:21:06 +0000 (19:21 +0900)
committerYoshinori Sato <ysato@users.sourceforge.jp>
Wed, 30 Mar 2022 09:53:14 +0000 (18:53 +0900)
commitb1766e312f564b6934c80fb11b3e0d07a94ed5b9
tree355ce3889acd0ab5f914eb1b2894e31b77004941
parentdb4c9958351c4fd04b58773b7ebd66f299237bde
h8300: move definition of __kernel_size_t etc. to posix_types.h

These types should be defined in posix_types.h, not in bitsperlong.h .

With these defines moved, h8300-specific bitsperlong.h is no longer
needed since Kbuild will automatically create a wrapper of
include/uapi/asm-generic/bitsperlong.h

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
arch/h8300/include/uapi/asm/bitsperlong.h [new file with mode: 0644]