kbuild: Fix genksyms __typeof__ handling
genksyms used to fail generating a checksum for a symbol which was defined using __typeof__. This minimal patch fixes it to recognize the case which occurs in the kernel, it's not a complete correct typeof handling, but it serves our needs.
Showing
This diff is collapsed.
Please register or sign in to comment