commit | ce251e0e3c0597ea8cab5787df579bd1f9c1aca1 | [log] [tgz] |
---|---|---|
author | Alexey Dobriyan <adobriyan@gmail.com> | Tue Jul 16 16:26:42 2019 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Jul 16 19:23:21 2019 -0700 |
tree | 87e3c6a3833e52cf72f06a97f4808eee7267b77b | |
parent | c6c405336bd3b0ebd1d76aaf9ea88b35dba77e61 [diff] |
include/linux/kernel.h: add typeof_member() macro Add typeof_member() macro so that types can be extracted without introducing dummy variables. Link: http://lkml.kernel.org/r/20190529190720.GA5703@avx2 Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>