]> git.baikalelectronics.ru Git - kernel.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)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 8 Apr 2020 15:01:58 +0000 (00:01 +0900)
commit50fefb902a83e3f10c2683e53d298cb113ae7d2e
treefa34b5ba69c7bdf02965c18c009184c31fb7b87e
parentee925ac54f135e3241535ce51de4955eafb689fd
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>
arch/h8300/include/uapi/asm/bitsperlong.h [deleted file]
arch/h8300/include/uapi/asm/posix_types.h [new file with mode: 0644]