On Thu, Oct 07, 2021 at 02:44:41PM +0300, Andy Shevchenko wrote:
Crap is in the kernel.h. Could you elaborate how making a proper list of the inclusions is a crap?
Unless you're planning on not including all those header files from kernel.h, then adding them all to an end node like rhashtable.c is just a waste of time.
You should be targetting other header files and not c files.
Thanks,