Home
last modified time | relevance | path

Searched hist:"1 fcbd5de" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/include/linux/
H A Dsbitmap.h1fcbd5de Mon Nov 08 20:32:35 CST 2021 Andy Shevchenko <andriy.shevchenko@linux.intel.com> include/linux/sbitmap.h: replace kernel.h with the necessary inclusions

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.

Link: https://lkml.kernel.org/r/20211027150437.79921-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>