On Thu, 2021-10-07 at 18:44 +0300, Andy Shevchenko wrote: > When kernel.h is used in the headers it adds a lot into dependency hell, > especially when there are circular dependencies are involved. > > Replace kernel.h inclusion with the list of what is really being used. [] > diff --git a/include/linux/plist.h b/include/linux/plist.h [] > @@ -73,8 +73,11 @@ [] > +#include <asm/bug.h> why asm/bug.h and not linux/bug.h ?