Re: [PATCH v1 1/1] drm: Replace kernel.h with the necessary inclusions

2021-12-09 Thread Thomas Zimmermann
Hi Am 09.12.21 um 13:24 schrieb Andy Shevchenko: On Tue, Nov 23, 2021 at 06:32:46PM +0200, Andy Shevchenko wrote: On Mon, Nov 15, 2021 at 01:35:47PM +0200, Andy Shevchenko wrote: On Wed, Nov 10, 2021 at 05:39:33PM +0100, Thomas Zimmermann wrote: Am 10.11.21 um 17:34 schrieb Andy Shevchenko:

Re: [PATCH v1 1/1] drm: Replace kernel.h with the necessary inclusions

2021-12-09 Thread Andy Shevchenko
On Tue, Nov 23, 2021 at 06:32:46PM +0200, Andy Shevchenko wrote: > On Mon, Nov 15, 2021 at 01:35:47PM +0200, Andy Shevchenko wrote: > > On Wed, Nov 10, 2021 at 05:39:33PM +0100, Thomas Zimmermann wrote: > > > Am 10.11.21 um 17:34 schrieb Andy Shevchenko: > > > > On Wed, Nov 10, 2021 at 3:55 PM Thom

Re: [PATCH v1 1/1] drm: Replace kernel.h with the necessary inclusions

2021-11-23 Thread Andy Shevchenko
On Mon, Nov 15, 2021 at 01:35:47PM +0200, Andy Shevchenko wrote: > On Wed, Nov 10, 2021 at 05:39:33PM +0100, Thomas Zimmermann wrote: > > Am 10.11.21 um 17:34 schrieb Andy Shevchenko: > > > On Wed, Nov 10, 2021 at 3:55 PM Thomas Zimmermann > > > wrote: > > > > Am 10.11.21 um 11:24 schrieb Andy Sh

Re: [PATCH v1 1/1] drm: Replace kernel.h with the necessary inclusions

2021-11-15 Thread Andy Shevchenko
On Wed, Nov 10, 2021 at 05:39:33PM +0100, Thomas Zimmermann wrote: > Am 10.11.21 um 17:34 schrieb Andy Shevchenko: > > On Wed, Nov 10, 2021 at 3:55 PM Thomas Zimmermann > > wrote: > > > Am 10.11.21 um 11:24 schrieb Andy Shevchenko: ... > > > > +#include > > > > > > I built this patch on a rec

Re: [PATCH v1 1/1] drm: Replace kernel.h with the necessary inclusions

2021-11-10 Thread Thomas Zimmermann
Hi Am 10.11.21 um 17:34 schrieb Andy Shevchenko: On Wed, Nov 10, 2021 at 3:55 PM Thomas Zimmermann wrote: Am 10.11.21 um 11:24 schrieb 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. Repla

Re: [PATCH v1 1/1] drm: Replace kernel.h with the necessary inclusions

2021-11-10 Thread Andy Shevchenko
On Wed, Nov 10, 2021 at 3:55 PM Thomas Zimmermann wrote: > Am 10.11.21 um 11:24 schrieb 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 o

Re: [PATCH v1 1/1] drm: Replace kernel.h with the necessary inclusions

2021-11-10 Thread Thomas Zimmermann
Hi Am 10.11.21 um 11:24 schrieb 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 --- i

[PATCH v1 1/1] drm: Replace kernel.h with the necessary inclusions

2021-11-10 Thread 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 --- include/drm/drm_gem_ttm_helper.h | 2 +- include/drm/