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)
commit1f07dcc459d5f2c639f185f6e94829a0c79f2b4c
tree67c84035ed17ee5388ead1e0816b87905a14aad7
parentfd6988496e79a6a4bdb514a4655d2920209eb85d
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