Re: [PATCH v1 1/1] drm: fixed: Don't use "proxy" headers

2024-08-13 Thread Jani Nikula
On Tue, 13 Aug 2024, Andy Shevchenko wrote: > On Thu, Apr 25, 2024 at 08:12:33PM +0300, Andy Shevchenko wrote: >> On Mon, Apr 22, 2024 at 09:49:04PM +0300, Jani Nikula wrote: >> > On Mon, 22 Apr 2024, Andy Shevchenko >> > wrote: >> > > Update header inclusions to follow IWYU (Include What You Us

Re: [PATCH v1 1/1] drm: fixed: Don't use "proxy" headers

2024-08-13 Thread Andy Shevchenko
On Thu, Apr 25, 2024 at 08:12:33PM +0300, Andy Shevchenko wrote: > On Mon, Apr 22, 2024 at 09:49:04PM +0300, Jani Nikula wrote: > > On Mon, 22 Apr 2024, Andy Shevchenko > > wrote: > > > Update header inclusions to follow IWYU (Include What You Use) > > > principle. > > > > > > Signed-off-by: Andy

Re: [PATCH v1 1/1] drm: fixed: Don't use "proxy" headers

2024-04-25 Thread Andy Shevchenko
On Mon, Apr 22, 2024 at 09:49:04PM +0300, Jani Nikula wrote: > On Mon, 22 Apr 2024, Andy Shevchenko > wrote: > > Update header inclusions to follow IWYU (Include What You Use) > > principle. > > > > Signed-off-by: Andy Shevchenko > > Assuming it builds, and nothing depends on other stuff from k

Re: [PATCH v1 1/1] drm: fixed: Don't use "proxy" headers

2024-04-22 Thread Jani Nikula
On Mon, 22 Apr 2024, Andy Shevchenko wrote: > Update header inclusions to follow IWYU (Include What You Use) > principle. > > Signed-off-by: Andy Shevchenko Assuming it builds, and nothing depends on other stuff from kernel.h via drm_fixed.h, Reviewed-by: Jani Nikula > --- > include/drm/drm_

[PATCH v1 1/1] drm: fixed: Don't use "proxy" headers

2024-04-22 Thread Andy Shevchenko
Update header inclusions to follow IWYU (Include What You Use) principle. Signed-off-by: Andy Shevchenko --- include/drm/drm_fixed.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/drm/drm_fixed.h b/include/drm/drm_fixed.h index 81572d32db0c..387fb81d5b81 100644 ---