Re: [Intel-gfx] [PATCH 2/3] agp/intel-gtt: Replace kernel.h with the necessary inclusions

2021-11-15 Thread Lucas De Marchi
On Mon, Nov 15, 2021 at 01:53:12PM +0200, Jani Nikula wrote: From: Andy Shevchenko 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. Sign

[PATCH 2/3] agp/intel-gtt: Replace kernel.h with the necessary inclusions

2021-11-15 Thread Jani Nikula
From: Andy Shevchenko 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 Signed-off-by: Jani Nikula --- in