]> git.baikalelectronics.ru Git - kernel.git/commit
kernel.h: Remove unused FIELD_SIZEOF()
authorKees Cook <keescook@chromium.org>
Mon, 30 Dec 2019 20:01:56 +0000 (12:01 -0800)
committerKees Cook <keescook@chromium.org>
Mon, 30 Dec 2019 20:01:56 +0000 (12:01 -0800)
commit9951cd19f27605dae6720da9aa562264b8e566b2
tree67c84035ed17ee5388ead1e0816b87905a14aad7
parenta703976d8e9b2972343d7af9d551c41c680d9d84
kernel.h: Remove unused FIELD_SIZEOF()

Now that all callers of FIELD_SIZEOF() have been converted to
sizeof_field(), remove the unused prior macro.

Signed-off-by: Kees Cook <keescook@chromium.org>
include/linux/kernel.h