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)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 8 Apr 2020 15:01:58 +0000 (00:01 +0900)
commitc9ee4bf9e0f5e353ae1c81ee30a373b6653329d7
treefa34b5ba69c7bdf02965c18c009184c31fb7b87e
parente3c0f6f3fbdaca7b006dc606def9973233549777
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]