OSDN Git Service

h8300: move definition of __kernel_size_t etc. to posix_types.h
authorYoshinori Sato <ysato@users.sourceforge.jp>
Thu, 16 Apr 2020 04:43:01 +0000 (13:43 +0900)
committerYoshinori Sato <ysato@users.sourceforge.jp>
Wed, 30 Mar 2022 09:53:41 +0000 (18:53 +0900)
commited265694ddbd771462ccfdf631c7313bf0e43242
treed42a20c1a2b1c1805cbf5092c733abab7e795c60
parentb1766e312f564b6934c80fb11b3e0d07a94ed5b9
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 [deleted file]