| commit | a4f1192cb53758a7210ed5a9ee695aeba22f75fb | [log] [tgz] | 
|---|---|---|
| author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Thu Dec 09 14:30:33 2021 +0200 | 
| committer | Dennis Zhou <dennis@kernel.org> | Thu Dec 09 15:41:09 2021 -0500 | 
| tree | 3a30292f6a8a371c4bb552a011e40871506704c9 | |
| parent | 3583521aabac76e58675297cead02f9ecac518b6 [diff] | 
percpu_ref: 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. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Dennis Zhou <dennis@kernel.org>