]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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>
Thu, 16 Apr 2020 04:43:01 +0000 (13:43 +0900)
commitde98871736825349b367275b0790e42ea4157350
tree6601feb0d35f235e98674568ade2acde85e4abd3
parentece7be2c964c2aa5015e74628ca33c03a5ff4e47
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]