]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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>
Thu, 16 Apr 2020 04:40:31 +0000 (13:40 +0900)
commitece7be2c964c2aa5015e74628ca33c03a5ff4e47
treecd030cc5827285c37ed06fccec6e270dcaa01a82
parent3e138fe1a4fb6aa834b46529e4faaee4ce2d5505
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]